RefactoringPreviewGroup.Description 属性

获取或设置将在工具提示中使用的组节点的说明。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Public Property Description As String
    Get
    Set
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)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

RefactoringPreviewGroup 类

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空间