Share via


PropertyValueCollection.AddRange 方法

定義

附加一組屬性值至這個集合。

多載

AddRange(PropertyValueCollection)

PropertyValueCollection 物件的內容附加至這個集合。

AddRange(Object[])

將指定 PropertyValueCollection 物件的內容附加到這個集合中。

AddRange(PropertyValueCollection)

來源:
PropertyValueCollection.cs
來源:
PropertyValueCollection.cs
來源:
PropertyValueCollection.cs

PropertyValueCollection 物件的內容附加至這個集合。

public:
 void AddRange(System::DirectoryServices::PropertyValueCollection ^ value);
public void AddRange (System.DirectoryServices.PropertyValueCollection value);
member this.AddRange : System.DirectoryServices.PropertyValueCollection -> unit
Public Sub AddRange (value As PropertyValueCollection)

參數

value
PropertyValueCollection

PropertyValueCollection 物件,包含要附加至這個集合的物件。

例外狀況

屬性值為 null 參考 (在 Visual Basic 中為 Nothing)。

適用於

AddRange(Object[])

來源:
PropertyValueCollection.cs
來源:
PropertyValueCollection.cs
來源:
PropertyValueCollection.cs

將指定 PropertyValueCollection 物件的內容附加到這個集合中。

public:
 void AddRange(cli::array <System::Object ^> ^ value);
public void AddRange (object[] value);
public void AddRange (object?[] value);
member this.AddRange : obj[] -> unit
Public Sub AddRange (value As Object())

參數

value
Object[]

包含要附加至此集合物件的 PropertyValueCollection 陣列。

例外狀況

屬性值為 null 參考 (在 Visual Basic 中為 Nothing)。

適用於