GlobResult.Removes 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.
Gets an ISet<T> containing strings that were later removed via the Remove element.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ Removes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> Removes { get; set; }
member this.Removes : seq<string> with get, set
Public Property Removes As IEnumerable(Of String)