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)
Syntax
声明
Property ExtensionsToHide As String
    Get
    Set
string ExtensionsToHide { get; set; }
property String^ ExtensionsToHide {
    String^ get ();
    void set (String^ value);
}
abstract ExtensionsToHide : string with get, set
function get ExtensionsToHide () : String
function set ExtensionsToHide (value : String)
Property Value
Type: System.String
The hidden file extensions.
Remarks
These file types are hidden even if the Show All button is selected.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.