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
'Declaración
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.