Share via


IVCBuildOptionsPage.CPPExtensions Property

Definition

Gets or sets a value indicating which file extensions are associated with C++ files.

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

Property Value

The file extensions associated with C++ files.

Attributes

Applies to