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
    Get
    Set
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

See Also

Reference

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine Namespace