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 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
- 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