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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property RolePlayerMenuCommands As Collection(Of RolePlayerMenuCommand)
public Collection<RolePlayerMenuCommand> RolePlayerMenuCommands { get; }
public:
property Collection<RolePlayerMenuCommand^>^ RolePlayerMenuCommands {
Collection<RolePlayerMenuCommand^>^ get ();
}
member RolePlayerMenuCommands : Collection<RolePlayerMenuCommand> with get
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.