Add an Attribute to the current Attribute Scope (to construct a hierarchy). 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 AddScopeDispatchProperty2( _ ByVal DispScope As Object, _ ByVal Name As String, _ ByVal Description As String _ ) |
[C#] |
---|
public void AddScopeDispatchProperty2( Object DispScope, string Name, string Description ); |
[Managed C++] |
---|
public: void AddScopeDispatchProperty2( IUnknown ^ DispScope, String __gc ^ Name, String __gc ^ Description ); |
[Unmanaged C++] |
---|
public: HRESULT AddScopeDispatchProperty2( IUnknown * DispScope, BSTR Name, BSTR Description ); |
[Java] |
---|
public void addScopeDispatchProperty2( Object DispScope, String Name, String Description ); |
- 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.