共用方式為


GraphSchema.Contains 方法

如果結構描述包含特定結構描述做為子系或子,則傳回 true。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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

參數

傳回值

類型:Boolean

.NET Framework 安全性

請參閱

參考

GraphSchema 類別

Microsoft.VisualStudio.GraphModel 命名空間