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