VCNMakeTool.CompileAsManaged 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 the CompileAsManaged property.
public:
property Microsoft::VisualStudio::VCProjectEngine::compileAsManagedOptions CompileAsManaged { Microsoft::VisualStudio::VCProjectEngine::compileAsManagedOptions get(); void set(Microsoft::VisualStudio::VCProjectEngine::compileAsManagedOptions value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::compileAsManagedOptions CompileAsManaged { Microsoft::VisualStudio::VCProjectEngine::compileAsManagedOptions get(); void set(Microsoft::VisualStudio::VCProjectEngine::compileAsManagedOptions value); };
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.VisualStudio.VCProjectEngine.compileAsManagedOptions CompileAsManaged { [System.Runtime.InteropServices.DispId(15)] get; [System.Runtime.InteropServices.DispId(15)] set; }
[<System.Runtime.InteropServices.DispId(15)>]
[<get: System.Runtime.InteropServices.DispId(15)>]
[<set: System.Runtime.InteropServices.DispId(15)>]
member this.CompileAsManaged : Microsoft.VisualStudio.VCProjectEngine.compileAsManagedOptions with get, set
Public Property CompileAsManaged As compileAsManagedOptions
Property Value
A value from the compileAsManagedOptions enumeration.
- Attributes