Propriedade GraphCommonSchema.TargetType

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
Public Shared Property TargetType As GraphProperty
    Get
    Private Set
public static GraphProperty TargetType { get; private set; }
public:
static property GraphProperty^ TargetType {
    GraphProperty^ get ();
    private: void set (GraphProperty^ value);
}
static member TargetType : GraphProperty with get, private set
static function get TargetType () : GraphProperty
private static function set TargetType (value : GraphProperty)

Valor de propriedade

Tipo: Microsoft.VisualStudio.GraphModel.GraphProperty

Segurança do .NET Framework

Consulte também

Referência

GraphCommonSchema Classe

Namespace Microsoft.VisualStudio.GraphModel