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
- 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.