Share via


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.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

See Also

Reference

RolePlayerPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace