Add an Attribute of type variant to the
Attribute Scope.
| [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(
|
| [Managed C++] |
|---|
public: void AddVARIANTDispatchProperty(
|
| [Java] |
|---|
public addVARIANTDispatchProperty(
|
| [Unmanaged C++] |
|---|
public: HRESULT AddVARIANTDispatchProperty(
|
- DispScope
- The attribute container (scope) where the attribute will be added.
- Name
- Name of the attribute to add.
- 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.