Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property RolePlayerMenuCommands As Collection(Of RolePlayerMenuCommand)
Get
public Collection<RolePlayerMenuCommand> RolePlayerMenuCommands { get; }
public:
property Collection<RolePlayerMenuCommand^>^ RolePlayerMenuCommands {
Collection<RolePlayerMenuCommand^>^ get ();
}
member RolePlayerMenuCommands : Collection<RolePlayerMenuCommand>
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.