GraphSchema.Schemas Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.Collections.Generic.IEnumerable<GraphSchema>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.