Partager via


PreviewWindowInfo.TextViewDescription, propriété

Obtient ou définit la description de la vue de texte qui s'affiche sur l'en-tête de la vue de texte dans la boîte de dialogue d'aperçu.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

PreviewWindowInfo Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms