CSharpProjectProperties7.OutputTypeEx 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个枚举值,该值指示项目的输出类型。
public:
property System::UInt32 OutputTypeEx { System::UInt32 get(); void set(System::UInt32 value); };
public:
property unsigned int OutputTypeEx { unsigned int get(); void set(unsigned int value); };
[System.Runtime.InteropServices.ComAliasName("VSLangProj110.DWORD")]
[System.Runtime.InteropServices.DispId(17000)]
public uint OutputTypeEx { [System.Runtime.InteropServices.DispId(17000)] get; [System.Runtime.InteropServices.DispId(17000)] set; }
[<System.Runtime.InteropServices.ComAliasName("VSLangProj110.DWORD")>]
[<System.Runtime.InteropServices.DispId(17000)>]
[<get: System.Runtime.InteropServices.DispId(17000)>]
[<set: System.Runtime.InteropServices.DispId(17000)>]
member this.OutputTypeEx : uint32 with get, set
Public Property OutputTypeEx As UInteger
属性值
返回指示输出类型的值。
- 属性
注解
外部组件可以通过 Properties 相应 Visual Studio 自动化对象的集合来访问这些属性。 (即, ProjectItem 对于项目文件和文件夹、项目以及 Project Configuration 配置) 。 此类型的成员的属性名称可用作集合中的索引器 Properties 。 有关通过自动化访问项目属性的详细信息,请参阅 访问项目类型特定项目、项目项和配置属性。