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
声明
Property useOfMfc As useOfMfc
用法
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.
Permissions
- 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.