Share via


Graph.Schemas Property

The set of schemas associated with the Graph

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

Syntax

'Declaration
Public ReadOnly Property Schemas As IEnumerable(Of GraphSchema)
    Get
public IEnumerable<GraphSchema> Schemas { get; }
public:
property IEnumerable<GraphSchema^>^ Schemas {
    IEnumerable<GraphSchema^>^ get ();
}
member Schemas : IEnumerable<GraphSchema>
function get Schemas () : IEnumerable<GraphSchema>

Property Value

Type: System.Collections.Generic.IEnumerable<GraphSchema>

.NET Framework Security

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace