LinkWithAttribute.IsCxx 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.
Specifies whether or not the native library is a C++ library.
public bool IsCxx { get; set; }
member this.IsCxx : bool with get, set
Property Value
This value should be set to true
if a c++ compiler should be used when building the application consuming this native library.