Add an Attribute of type variant to the Attribute Scope. It is recommended that any name used for these configuration properties not include spaces because certain interfaces to the properties may not work correctly.
[Visual Basic .NET] |
---|
Public Sub AddVARIANTDispatchProperty( _ ByVal DispScope As Object, _ ByVal Name As String, _ ByVal Description As String, _ ByVal PropName As String, _ ByVal Flags As Integer _ ) |
[C#] |
---|
public void AddVARIANTDispatchProperty( Object DispScope, string Name, string Description, string PropName, int Flags ); |
[Managed C++] |
---|
public: void AddVARIANTDispatchProperty( IUnknown ^ DispScope, String __gc ^ Name, String __gc ^ Description, String __gc ^ PropName, int Flags ); |
[Unmanaged C++] |
---|
public: HRESULT AddVARIANTDispatchProperty( IUnknown * DispScope, BSTR Name, BSTR Description, BSTR PropName, long Flags ); |
[Java] |
---|
public void addVARIANTDispatchProperty( Object DispScope, String Name, String Description, String PropName, int Flags ); |
- DispScope
- The attribute container (scope) where the attribute will be added.
- Name
- Name of the attribute to add, it is recommended that the name does not include spaces because certain interfaces to the properties may not work correctly.
- Description
- Description of the attribute to add.
- PropName
- Name of the property to be called to set/get the value of this attribute. The property must be of the type variant.
- Flags
- Bitwise combination of AgEAttrAddFlags flags.