Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.