VCLinkerTool.CLRImageType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示 CLR 映像的类型。
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
属性值
eCLRImageType 枚举。
- 属性