Add an Attribute to the 'NewDispScope' Scope
(to construct a hierarchy).
| [Visual Basic .NET] |
|---|
Public Sub AddScopeDispatchProperty( _
ByVal DispScope As Object, _
ByVal Name As String, _
ByVal Description As String, _
ByVal NewDispScope As Object _
)
|
| [C#] |
|---|
public void AddScopeDispatchProperty(
|
| [Managed C++] |
|---|
public: void AddScopeDispatchProperty(
|
| [Java] |
|---|
public addScopeDispatchProperty(
|
| [Unmanaged C++] |
|---|
public: HRESULT AddScopeDispatchProperty(
|
- 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.
- NewDispScope
- The scope to be added as a sub-element of DispScope.