IVCBuildOptionsPage.ExtensionsToHide 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.
Gets or sets a value indicating which file extensions are hidden in Solution Explorer.
public:
property System::String ^ ExtensionsToHide { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ExtensionsToHide { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(231)]
public string ExtensionsToHide { [System.Runtime.InteropServices.DispId(231)] get; [System.Runtime.InteropServices.DispId(231)] set; }
[<System.Runtime.InteropServices.DispId(231)>]
[<get: System.Runtime.InteropServices.DispId(231)>]
[<set: System.Runtime.InteropServices.DispId(231)>]
member this.ExtensionsToHide : string with get, set
Public Property ExtensionsToHide As String
Property Value
The hidden file extensions.
- Attributes
Remarks
These file types are hidden even if the Show All button is selected.