IVCBuildOptionsPage::CPPExtensions Property

 

Gets or sets a value indicating which file extensions are associated with C++ files.

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

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

Property Value

Type: System::String^

The file extensions associated with C++ files.

Return to top
Show: