PreviewWindowInfo.Title (Propiedad)

Obtiene o establece el título del cuadro de diálogo de vista previa para esta operación de refactorización.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

PreviewWindowInfo Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)