VCLinkerTool.CLRThreadAttribute, propriété
Obtient ou définit une valeur indiquant l'attribut de thread pour le point d'entrée de votre programme CLR.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Property CLRThreadAttribute As eCLRThreadAttribute
eCLRThreadAttribute CLRThreadAttribute { get; set; }
property eCLRThreadAttribute CLRThreadAttribute {
eCLRThreadAttribute get ();
void set (eCLRThreadAttribute value);
}
abstract CLRThreadAttribute : eCLRThreadAttribute with get, set
function get CLRThreadAttribute () : eCLRThreadAttribute
function set CLRThreadAttribute (value : eCLRThreadAttribute)
Valeur de propriété
Type : Microsoft.VisualStudio.VCProjectEngine.eCLRThreadAttribute
Énumération eCLRThreadAttribute.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.VCProjectEngine, espace de noms