GraphConditionalStyle.Matches 方法
确定根据给定上下文对象应将应用于该样式是否。
如果该样式没有条件或所有条件匹配,该样式应当适用。
命名空间: Microsoft.VisualStudio.GraphModel.Styles
程序集: Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)
语法
声明
Public Function Matches ( _
context As Object _
) As Boolean
public bool Matches(
Object context
)
public:
bool Matches(
Object^ context
)
member Matches :
context:Object -> bool
public function Matches(
context : Object
) : boolean
参数
context
类型:Object的对象计算条件的。
返回值
类型:Boolean
如果此样式将应用于特定上下文对象,则为 true;错误否则为。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。