Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: 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.