IVCBuildOptionsPage2.ExtensionsToHide Property
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Property ExtensionsToHide As String
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
.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.