共用方式為


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 命名空間