GlobResult.MsBuildGlob 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.
A IMSBuildGlob representing the include globs. It also takes the excludes and relevant removes into consideration.
public:
property Microsoft::Build::Globbing::IMSBuildGlob ^ MsBuildGlob { Microsoft::Build::Globbing::IMSBuildGlob ^ get(); void set(Microsoft::Build::Globbing::IMSBuildGlob ^ value); };
public Microsoft.Build.Globbing.IMSBuildGlob MsBuildGlob { get; set; }
member this.MsBuildGlob : Microsoft.Build.Globbing.IMSBuildGlob with get, set
Public Property MsBuildGlob As IMSBuildGlob