Share via


RefactoringPreviewGroup.Description Property

Gets or sets the description for the group node that will be used in the tooltip.

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

Syntax

'Declaration
Public Property Description As String
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RefactoringPreviewGroup Class

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