IVCBuildOptionsPage.CPPExtensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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