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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Property Result As ModelElement
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
- 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.