Graph.AllSchemas, propriété
Retourne une liste de tous les uniques schémas connus.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AllSchemas As IEnumerable(Of GraphSchema)
public IEnumerable<GraphSchema> AllSchemas { get; }
public:
property IEnumerable<GraphSchema^>^ AllSchemas {
IEnumerable<GraphSchema^>^ get ();
}
member AllSchemas : IEnumerable<GraphSchema> with get
function get AllSchemas () : IEnumerable<GraphSchema>
Valeur de propriété
Type : IEnumerable<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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.