GlobResult.Excludes 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 excluded.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ Excludes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> Excludes { get; }
member this.Excludes : seq<string>
Public ReadOnly Property Excludes As IEnumerable(Of String)