Add a callback to retrieve the flags for the
provided Attribute name from the provided property name.
| [Visual Basic .NET] |
|---|
Public Sub AddFlagsDispatchProperty( _
ByVal DispScope As Object, _
ByVal Name As String, _
ByVal FlagPropName As String _
)
|
| [C#] |
|---|
public void AddFlagsDispatchProperty(
|
| [Managed C++] |
|---|
public: void AddFlagsDispatchProperty(
|
| [Java] |
|---|
public addFlagsDispatchProperty(
|
| [Unmanaged C++] |
|---|
public: HRESULT AddFlagsDispatchProperty(
|
- DispScope
- The attribute container (scope) where the attribute will be added.
- Name
- Name of the attribute to add.
- FlagPropName
- Name of a property of type unsigned int returning a bitwise combination of AgEAttrAddFlags flags.