PreviewWindowInfo.WarningLevel Property
Gets or sets the warning level for a refactoring operation.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property WarningLevel As PreviewWarningLevel
Get
Set
'Usage
Dim instance As PreviewWindowInfo
Dim value As PreviewWarningLevel
value = instance.WarningLevel
instance.WarningLevel = value
public PreviewWarningLevel WarningLevel { get; set; }
public:
property PreviewWarningLevel WarningLevel {
PreviewWarningLevel get ();
void set (PreviewWarningLevel value);
}
function get WarningLevel () : PreviewWarningLevel
function set WarningLevel (value : PreviewWarningLevel)
member WarningLevel : PreviewWarningLevel with get, set
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Refactoring.PreviewWarningLevel
PreviewWarningLevel of the refactoring operation.
.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.Project.Refactoring Namespace