IVCBuildOptionsPage.ExtensionsToHide Property

Definition

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.

Applies to