GraphCommandDefinition.IsDefinedBy Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
A definition representing an IsDefinedBy relationship.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared ReadOnly Property IsDefinedBy As GraphCommandDefinition
public static GraphCommandDefinition IsDefinedBy { get; }
public:
static property GraphCommandDefinition^ IsDefinedBy {
GraphCommandDefinition^ get ();
}
static member IsDefinedBy : GraphCommandDefinition with get
static function get IsDefinedBy () : GraphCommandDefinition
Property Value
Type: Microsoft.VisualStudio.GraphModel.GraphCommandDefinition
.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.