Share via


GraphSchema.Schemas Property

Returns a list of the child schemas that are contained in this schema (excluding grandchildren).

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

Syntax

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

Property Value

Type: IEnumerable<GraphSchema>

.NET Framework Security

See Also

Reference

GraphSchema Class

Microsoft.VisualStudio.GraphModel Namespace