VCLinkerTool.CLRImageType 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 indicating the type of a CLR image.
public:
property Microsoft::VisualStudio::VCProjectEngine::eCLRImageType CLRImageType { Microsoft::VisualStudio::VCProjectEngine::eCLRImageType get(); void set(Microsoft::VisualStudio::VCProjectEngine::eCLRImageType value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::eCLRImageType CLRImageType { Microsoft::VisualStudio::VCProjectEngine::eCLRImageType get(); void set(Microsoft::VisualStudio::VCProjectEngine::eCLRImageType value); };
[System.Runtime.InteropServices.DispId(115)]
public Microsoft.VisualStudio.VCProjectEngine.eCLRImageType CLRImageType { [System.Runtime.InteropServices.DispId(115)] get; [System.Runtime.InteropServices.DispId(115)] set; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
[<set: System.Runtime.InteropServices.DispId(115)>]
member this.CLRImageType : Microsoft.VisualStudio.VCProjectEngine.eCLRImageType with get, set
Public Property CLRImageType As eCLRImageType
Property Value
An eCLRImageType enumeration.
- Attributes