Graph.AllSchemas – vlastnost
Vrátí seznam všech jedinečných známé schémat.
Obor názvů: Microsoft.VisualStudio.GraphModel
Sestavení: Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Deklarace
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>
Hodnota vlastnosti
Typ: IEnumerable<GraphSchema>
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.