VCLinkerTool.ErrorReporting, propriété
Définit ou obtient les paramètres de signalement d'erreurs actuels de l'Éditeur de liens.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Property ErrorReporting As linkerErrorReportingType
linkerErrorReportingType ErrorReporting { get; set; }
property linkerErrorReportingType ErrorReporting {
linkerErrorReportingType get ();
void set (linkerErrorReportingType value);
}
abstract ErrorReporting : linkerErrorReportingType with get, set
function get ErrorReporting () : linkerErrorReportingType
function set ErrorReporting (value : linkerErrorReportingType)
Valeur de propriété
Type : Microsoft.VisualStudio.VCProjectEngine.linkerErrorReportingType
Valeur d'énumération linkerErrorReportingType.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.