Share via


PreviewWindowInfo.Title Property

Gets or sets the preview dialog box title for this refactoring operation.

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

Syntax

'Declaration
Public Property Title As String
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PreviewWindowInfo Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace