VCCLCompilerTool.OpenMP Property
Gets or set whether OpenMP is enabled.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'宣告
Property OpenMP As Boolean
Get
Set
bool OpenMP { get; set; }
property bool OpenMP {
bool get ();
void set (bool value);
}
abstract OpenMP : bool with get, set
function get OpenMP () : boolean
function set OpenMP (value : boolean)
Property Value
Type: System.Boolean
A boolean value indicating whether OpenMP support is enabled.
Examples
See /openmp (Enable OpenMP 2.0 Support).
.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.