Share via


Graph.AllSchemas Property

Returns a list of all unique known schemas.

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

Syntax

'Declaration
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>

Property Value

Type: IEnumerable<GraphSchema>

.NET Framework Security

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace