Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the warning level for this refactoring operation.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property WarningLevel As ErrorSeverity
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)
Property Value
Type: Microsoft.Data.Schema.ErrorSeverity
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace