Freigeben über


GraphSchema.Contains-Methode

Gibt true zurück, wenn dieses Schema das angegebene Schema als untergeordnetes Element oder Element der zweiten Unterebene enthält.

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

Parameter

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphSchema Klasse

Microsoft.VisualStudio.GraphModel-Namespace