PSListModifier.ApplyTo Method

Definition

Overloads

ApplyTo(IList)

Update the given collection with the items in Add and Remove.

ApplyTo(Object)

Update the given collection with the items in Add and Remove.

ApplyTo(IList)

Update the given collection with the items in Add and Remove.

public:
 void ApplyTo(System::Collections::IList ^ collectionToUpdate);
public void ApplyTo (System.Collections.IList collectionToUpdate);
member this.ApplyTo : System.Collections.IList -> unit
Public Sub ApplyTo (collectionToUpdate As IList)

Parameters

collectionToUpdate
IList

The collection to update.

Applies to

ApplyTo(Object)

Update the given collection with the items in Add and Remove.

public:
 void ApplyTo(System::Object ^ collectionToUpdate);
public:
 void ApplyTo(Platform::Object ^ collectionToUpdate);
void ApplyTo(winrt::Windows::Foundation::IInspectable const & collectionToUpdate);
public void ApplyTo (object collectionToUpdate);
member this.ApplyTo : obj -> unit
Public Sub ApplyTo (collectionToUpdate As Object)

Parameters

collectionToUpdate
Object

The collection to update.

Applies to