Share via


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

'Declaration
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

See Also

Reference

IVCBuildOptionsPage Interface

Microsoft.VisualStudio.VCProject Namespace