eCLRThreadAttribute 枚举
由 CLRThreadAttribute 属性使用。
命名空间: Microsoft.VisualStudio.VCProjectEngine
程序集: Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
语法
声明
Public Enumeration eCLRThreadAttribute
public enum eCLRThreadAttribute
public enum class eCLRThreadAttribute
type eCLRThreadAttribute
public enum eCLRThreadAttribute
成员
成员名称 | 说明 | |
---|---|---|
CLRThreadAttributeMTA | 多线程应用程序 | |
CLRThreadAttributeNone | 无 | |
CLRThreadAttributeSTA | 单线程应用程序 |