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
'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);
}
public function get Title () : String 
public function set Title (value : String)

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