Share via


IVCBuildOptionsPage.ExtensionsToInclude Property

Definition

Gets or sets a value indicating which file types are automatically included in the project.

public:
 property System::String ^ ExtensionsToInclude { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ExtensionsToInclude { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(230)]
public string ExtensionsToInclude { [System.Runtime.InteropServices.DispId(230)] get; [System.Runtime.InteropServices.DispId(230)] set; }
[<System.Runtime.InteropServices.DispId(230)>]
[<get: System.Runtime.InteropServices.DispId(230)>]
[<set: System.Runtime.InteropServices.DispId(230)>]
member this.ExtensionsToInclude : string with get, set
Public Property ExtensionsToInclude As String

Property Value

File types automatically included in the project.

Attributes

Applies to