PreviewWindowInfo.WarningLevel, propriété
Obtient ou définit le niveau d'avertissement pour cette opération de refactorisation.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Public Property WarningLevel As ErrorSeverity
Get
Set
public ErrorSeverity WarningLevel { get; set; }
public:
property ErrorSeverity WarningLevel {
ErrorSeverity get ();
void set (ErrorSeverity value);
}
member WarningLevel : ErrorSeverity with get, set
function get WarningLevel () : ErrorSeverity
function set WarningLevel (value : ErrorSeverity)
Valeur de propriété
Type : Microsoft.Data.Schema.ErrorSeverity
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.Data.Schema.Package.Refactoring, espace de noms