GraphSchema.Contains(GraphSchema) Method
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 true if this schema contains the given schema as a child or grand child.
public:
bool Contains(Microsoft::VisualStudio::GraphModel::GraphSchema ^ schema);
public bool Contains (Microsoft.VisualStudio.GraphModel.GraphSchema schema);
member this.Contains : Microsoft.VisualStudio.GraphModel.GraphSchema -> bool
Public Function Contains (schema As GraphSchema) As Boolean
Parameters
- schema
- GraphSchema