VCCustomBuildRule::FileExtensions Property

 

Gets or sets the file extensions used to associate the build rule with new files added to the project.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ FileExtensions {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The file extensions used to associate the build rule with new files added to the project.

Return to top
Show: