Share via


IVCBuildOptionsPage.CPPExtensions Property

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

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
Property CPPExtensions As String
    Get
    Set
string CPPExtensions { get; set; }
property String^ CPPExtensions {
    String^ get ();
    void set (String^ value);
}
abstract CPPExtensions : string with get, set
function get CPPExtensions () : String
function set CPPExtensions (value : String)

Property Value

Type: System.String
The file extensions associated with C++ files.

.NET Framework Security

See Also

Reference

IVCBuildOptionsPage Interface

Microsoft.VisualStudio.VCProject Namespace