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
- 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
RefactoringPreviewGroup Members
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace