VCLinkerTool.CLRThreadAttribute 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 threading attribute for the entry point of your CLR program.
public:
property Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute CLRThreadAttribute { Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute get(); void set(Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute value); };
public:
property Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute CLRThreadAttribute { Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute get(); void set(Microsoft::VisualStudio::VCProjectEngine::eCLRThreadAttribute value); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.VisualStudio.VCProjectEngine.eCLRThreadAttribute CLRThreadAttribute { [System.Runtime.InteropServices.DispId(114)] get; [System.Runtime.InteropServices.DispId(114)] set; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
[<set: System.Runtime.InteropServices.DispId(114)>]
member this.CLRThreadAttribute : Microsoft.VisualStudio.VCProjectEngine.eCLRThreadAttribute with get, set
Public Property CLRThreadAttribute As eCLRThreadAttribute
Property Value
An eCLRThreadAttribute enumeration.
- Attributes