IgetAppSpecificInfo()

属性に関するアプリケーション固有の情報を取得します。

構文

string IgetAppSpecificInfo(string attributeName

パラメーター

attributeName
属性の名前。

戻り値

指定された属性に関連付けられたアプリケーション固有の情報が格納されている string

例外

IInvalidAttributeNameException
属性名が無効な場合にスローされます。

IValueNotSetException
属性にアプリケーション固有の情報がない場合にスローされます。

注記

IgetAppSpecificInfo() メソッドは null を戻すことができます。

// This method determines the app-specific info of an attribute
 String appSpecificInfo;
 appSpecificInfo = aBusObj.IgetAppSpecificInfor();
 

Copyright IBM Corp. 2004