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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace