GraphSchema.Schemas Property

Definition

Return a list of the child schemas contained in this schema (not including grand children).

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphSchema ^> ^ Schemas { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphSchema ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphSchema> Schemas { get; }
member this.Schemas : seq<Microsoft.VisualStudio.GraphModel.GraphSchema>
Public ReadOnly Property Schemas As IEnumerable(Of GraphSchema)

Property Value

Applies to