共用方式為


PreviewWindowInfo.TextViewDescription 屬性

取得或設定文字檢視描述,這段描述會顯示在預覽對話方塊中的文字檢視標題。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Public Property TextViewDescription As String
    Get
    Set
public string TextViewDescription { get; set; }
public:
property String^ TextViewDescription {
    String^ get ();
    void set (String^ value);
}
member TextViewDescription : string with get, set
function get TextViewDescription () : String
function set TextViewDescription (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

PreviewWindowInfo 類別

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