Public Overridable Sub AttributesIntSet( _ ByVal _bsName As String, _ ByVal _nValue As Integer _ )
public virtual void AttributesIntSet( string _bsName, int _nValue )
public procedure AttributesIntSet( _bsName: String; _nValue: Integer ); virtual;
public: virtual void AttributesIntSet( BSTR* _bsName, int _nValue )
m_pAttributes.AttributesIntSet("x", 1)
m_pAttributes.AttributesIntSet("x", 1);
m_pAttributes.AttributesIntGet('x', 1);
MElementClass Class MElementClass Members