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
。