RolePlayerPropertyDescriptor.RolePlayerMenuCommands Property
Gets the collection of RolePlayerMenuCommand objects that represent the callback commands for specifying the role player instance when a user selects a particular item.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property RolePlayerMenuCommands As Collection(Of RolePlayerMenuCommand)
'Usage
Dim instance As RolePlayerPropertyDescriptor
Dim value As Collection(Of RolePlayerMenuCommand)
value = instance.RolePlayerMenuCommands
public Collection<RolePlayerMenuCommand> RolePlayerMenuCommands { get; }
public:
property Collection<RolePlayerMenuCommand^>^ RolePlayerMenuCommands {
Collection<RolePlayerMenuCommand^>^ get ();
}
public function get RolePlayerMenuCommands () : Collection<RolePlayerMenuCommand>
Property Value
Type: System.Collections.ObjectModel.Collection<RolePlayerMenuCommand>
The collection of RolePlayerMenuCommand objects that represent the callback commands for specifying the role player instance when a user selects a particular item.
Remarks
By default, this property always returns an empty collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RolePlayerPropertyDescriptor Class
RolePlayerPropertyDescriptor Members
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |