GraphCommandDefinition.DerivedTypes – vlastnost
Definice představující vztah DerivedTypes.
Obor názvů: Microsoft.VisualStudio.GraphModel
Sestavení: Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Deklarace
Public Shared ReadOnly Property DerivedTypes As GraphCommandDefinition
public static GraphCommandDefinition DerivedTypes { get; }
public:
static property GraphCommandDefinition^ DerivedTypes {
GraphCommandDefinition^ get ();
}
static member DerivedTypes : GraphCommandDefinition with get
static function get DerivedTypes () : GraphCommandDefinition
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.GraphModel.GraphCommandDefinition
Vrátí GraphCommandDefinition.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.