Udostępnij za pośrednictwem


Metoda GraphSchema.Contains —

Zwraca wartość true, jeśli ten schemat zawiera dany schemat jako dziecko lub podwójnym stopniu podporządkowania.

Przestrzeń nazw:  Microsoft.VisualStudio.GraphModel
Zestaw:  Microsoft.VisualStudio.GraphModel (w Microsoft.VisualStudio.GraphModel.dll)

Składnia

'Deklaracja
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

Parametry

Wartość zwracana

Typ: Boolean

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

GraphSchema Klasa

Przestrzeń nazw Microsoft.VisualStudio.GraphModel