GraphCommonSchema.Schema, propriété
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Shared Property Schema As GraphSchema
Get
Private Set
public static GraphSchema Schema { get; private set; }
public:
static property GraphSchema^ Schema {
GraphSchema^ get ();
private: void set (GraphSchema^ value);
}
static member Schema : GraphSchema with get, private set
static function get Schema () : GraphSchema
private static function set Schema (value : GraphSchema)
Valeur de propriété
Type : Microsoft.VisualStudio.GraphModel.GraphSchema
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.