Share via


GraphSchema.Contains Method

Returns true if this schema contains the given schema as a child or grandchild.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Function Contains ( _
    schema As GraphSchema _
) As Boolean
public bool Contains(
    GraphSchema schema
)
public:
bool Contains(
    GraphSchema^ schema
)
member Contains : 
        schema:GraphSchema -> bool
public function Contains(
    schema : GraphSchema
) : boolean

Parameters

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

GraphSchema Class

Microsoft.VisualStudio.GraphModel Namespace