AttributesValuesInfoGet Method (IMAttributes)
attribute name
value of attribute
type of attribute
information about the attribute
Gets information about values of the attribute
Syntax
Sub AttributesValuesInfoGet( _
   ByVal _bsName As String, _
   ByVal _bsValue As String, _
   ByVal _bsType As String, _
   ByRef _pbsInfo As String _
) 
void AttributesValuesInfoGet( 
   string _bsName,
   string _bsValue,
   string _bsType,
   out string _pbsInfo
)
procedure AttributesValuesInfoGet( 
    _bsName: String;
    _bsValue: String;
    _bsType: String;
   Out  _pbsInfo: String
); 
void AttributesValuesInfoGet( 
   BSTR* _bsName,
   BSTR* _bsValue,
   BSTR* _bsType,
   [PARAMFLAG::Out] BSTR* _pbsInfo
) 

Parameters

_bsName
attribute name
_bsValue
value of attribute
_bsType
type of attribute
_pbsInfo
information about the attribute
Example

See Also

Reference

IMAttributes Interface
IMAttributes Members