GraphPropertyCollection.Contains 方法

确定该集合是否包含特定值

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Function Contains ( _
    item As GraphProperty _
) As Boolean
public bool Contains(
    GraphProperty item
)
public:
virtual bool Contains(
    GraphProperty^ item
) sealed
abstract Contains : 
        item:GraphProperty -> bool  
override Contains : 
        item:GraphProperty -> bool
public final function Contains(
    item : GraphProperty
) : boolean

参数

返回值

类型:Boolean
如果在集合中找到该项,则为 true;否则为 false。

实现

ICollection.Contains(UTP)

.NET Framework 安全性

请参阅

参考

GraphPropertyCollection 类

Microsoft.VisualStudio.GraphModel 命名空间