Share via


RefactoringPreviewGroup.WarningMessage Property

Gets or sets a warning message that informs the user about what should be expected when the user applies the changes contained in this preview group.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property WarningMessage As String
    Get
    Set
'Usage
Dim instance As RefactoringPreviewGroup
Dim value As String

value = instance.WarningMessage

instance.WarningMessage = value
public string WarningMessage { get; set; }
public:
property String^ WarningMessage {
    String^ get ();
    void set (String^ value);
}
function get WarningMessage () : String
function set WarningMessage (value : String)
member WarningMessage : string with get, set

Property Value

Type: System.String
[System.String] is the warning message.

.NET Framework Security

See Also

Reference

RefactoringPreviewGroup Class

RefactoringPreviewGroup Members

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