WorkflowRoleCollection.IncludesIdentity(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示 WorkflowRoleCollection 是否包含指定标识。
public:
bool IncludesIdentity(System::String ^ identity);
public bool IncludesIdentity (string identity);
member this.IncludesIdentity : string -> bool
Public Function IncludesIdentity (identity As String) As Boolean
参数
- identity
- String
一个包含要搜索的标识的字符串。
返回
如果 true
包含此标识,则为 WorkflowRoleCollection;否则为 false
。