IdentityReferenceCollection.Add(IdentityReference) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 IdentityReference 物件加入至 IdentityReferenceCollection 集合。
public:
virtual void Add(System::Security::Principal::IdentityReference ^ identity);
public void Add (System.Security.Principal.IdentityReference identity);
abstract member Add : System.Security.Principal.IdentityReference -> unit
override this.Add : System.Security.Principal.IdentityReference -> unit
Public Sub Add (identity As IdentityReference)
參數
- identity
- IdentityReference
要新增到集合的 IdentityReference 物件。
實作
例外狀況
identity
為 null
。