Share via


PreviewWindowInfo.Warning Property

Gets or sets the warning text in the preview dialog box 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 Warning As String
public string Warning { get; set; }
public:
property String^ Warning {
    String^ get ();
    void set (String^ value);
}
member Warning : string with get, set
function get Warning () : String
function set Warning (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PreviewWindowInfo Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace