Sdílet prostřednictvím


PreviewWindowInfo.TextViewDescription – vlastnost

Získá nebo nastaví zobrazit popis zobrazený v záhlaví zobrazení textu v dialogovém okně Náhled.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PreviewWindowInfo Třída

Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů