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
参数
item
类型:Microsoft.VisualStudio.GraphModel.GraphProperty要搜索的项。
返回值
类型:Boolean
如果在集合中找到该项,则为 true;否则为 false。
实现
ICollection.Contains(UTP)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。