IVCBuildOptionsPage::ExtensionsToHide Property

 

Gets or sets a value indicating which file extensions are hidden in Solution Explorer.

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

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

Property Value

Type: System::String^

The hidden file extensions.

These file types are hidden even if the Show All button is selected.

Return to top
Show: