VCPropertySheet.useOfMfc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies how MFC is used by the configuration.
public:
property Microsoft::VisualStudio::VCProjectEngine::useOfMfc useOfMfc { Microsoft::VisualStudio::VCProjectEngine::useOfMfc get(); void set(Microsoft::VisualStudio::VCProjectEngine::useOfMfc value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::useOfMfc useOfMfc { Microsoft::VisualStudio::VCProjectEngine::useOfMfc get(); void set(Microsoft::VisualStudio::VCProjectEngine::useOfMfc value); };
[System.Runtime.InteropServices.DispId(736)]
public Microsoft.VisualStudio.VCProjectEngine.useOfMfc useOfMfc { [System.Runtime.InteropServices.DispId(736)] get; [System.Runtime.InteropServices.DispId(736)] set; }
[<System.Runtime.InteropServices.DispId(736)>]
[<get: System.Runtime.InteropServices.DispId(736)>]
[<set: System.Runtime.InteropServices.DispId(736)>]
member this.useOfMfc : Microsoft.VisualStudio.VCProjectEngine.useOfMfc with get, set
Public Property useOfMfc As useOfMfc
Property Value
A useOfMfc enumeration.
- Attributes