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
'Usage
Dim instance As VCPropertySheet 
Dim value As useOfMfc 

value = instance.useOfMfc

instance.useOfMfc = value
useOfMfc useOfMfc { get; set; }
property useOfMfc useOfMfc {
    useOfMfc get ();
    void set (useOfMfc value);
}
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

VCPropertySheet Members

Microsoft.VisualStudio.VCProjectEngine Namespace