Share via


PreviewWindowInfo.Title Property

Gets or sets the text for the caption of the Preview Changes dialog box.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property Title As String
    Get
    Set
'Usage
Dim instance As PreviewWindowInfo
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
function get Title () : String
function set Title (value : String)
member Title : string with get, set

Property Value

Type: System.String
[System.String] that will be displayed in the caption for the Preview Changes dialog box.

.NET Framework Security

See Also

Reference

PreviewWindowInfo Class

PreviewWindowInfo Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace