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 命名空间