IVCBuildOptionsPage.ExtensionsToInclude Property
Gets or sets a value indicating which file types are automatically included in the project.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaración
Property ExtensionsToInclude As String
Get
Set
string ExtensionsToInclude { get; set; }
property String^ ExtensionsToInclude {
String^ get ();
void set (String^ value);
}
abstract ExtensionsToInclude : string with get, set
function get ExtensionsToInclude () : String
function set ExtensionsToInclude (value : String)
Property Value
Type: System.String
File types automatically included in the project.
.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.