VCPropertySheet.useOfATL Property
Gets or sets a value that specifies how ATL is used by the configuration.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property useOfATL As useOfATL
useOfATL useOfATL { get; set; }
property useOfATL useOfATL {
useOfATL get ();
void set (useOfATL value);
}
abstract useOfATL : useOfATL with get, set
function get useOfATL () : useOfATL
function set useOfATL (value : useOfATL)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.useOfATL
A useOfATL enumeration.
.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.