Share via


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

See Also

Reference

PreviewWindowInfo Class

PreviewWindowInfo Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace