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
'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);
}
public function get WarningLevel () : PreviewWarningLevel 
public function set WarningLevel (value : PreviewWarningLevel)

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