GraphSchema.Schemas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)