Partager via


PreviewWindowInfo.Title, propriété

Obtient ou définit le titre de la boîte de dialogue d'aperçu pour cette opération de refactorisation.

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 Title As String
    Get
    Set
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
member Title : string with get, set
function get Title () : String
function set Title (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