Dela 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
'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);
}
public function get WarningMessage () : String 
public function set WarningMessage (value : String)

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