IVCBuildOptionsPage::ExtensionsToInclude Property

 

Gets or sets a value indicating which file types are automatically included in the project.

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

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

Property Value

Type: System::String^

File types automatically included in the project.

Return to top
Show: