GraphCommonSchema.TargetType, propriété
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.GraphModel.GraphProperty
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.