AttributesInfoGetCount Method (IMElement)
number of information fields
Gets the count of attribute information fields.
Syntax
Sub AttributesInfoGetCount( _
   ByRef _pnCount As Integer _
) 
void AttributesInfoGetCount( 
   out int _pnCount
)
procedure AttributesInfoGetCount( 
   Out  _pnCount: Integer
); 
void AttributesInfoGetCount( 
   [PARAMFLAG::Out] int _pnCount
) 

Parameters

_pnCount
number of information fields
Example
Dim myCount As Integer
myAttributes.AttributesInfoGetCount(myCount)
int myCount;
myAttributes.AttributesInfoGetCount(out myCount);
var
myCount: integer;
begin
m_pAttributes.AttributesInfoGetCount(myCount);
end;
See Also

Reference

IMElement Interface
IMElement Members