PSListModifier.Replace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of items to replace an existing list with.
public:
property System::Collections::ObjectModel::Collection<System::Object ^> ^ Replace { System::Collections::ObjectModel::Collection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.Collection<object> Replace { get; }
member this.Replace : System.Collections.ObjectModel.Collection<obj>
Public ReadOnly Property Replace As Collection(Of Object)