RolePlayerMenuCommand.Result Property

Gets or sets a value that represents the result of the command.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

声明
Public Property Result As ModelElement
    Get
    Set
public ModelElement Result { get; set; }
public:
property ModelElement^ Result {
    ModelElement^ get ();
    void set (ModelElement^ value);
}
member Result : ModelElement with get, set
function get Result () : ModelElement
function set Result (value : ModelElement)

Property Value

Type: Microsoft.VisualStudio.Modeling.ModelElement
A value that represents the result of the command.

Remarks

This value will be used as the new value of the role player

Notes to Inheritors

The implementation of the DoCommand sets this property.

.NET Framework Security

See Also

Reference

RolePlayerMenuCommand Class

Microsoft.VisualStudio.Modeling.Design Namespace