Share via


PreviewWindowInfo.ConfirmButtonText Property

Gets or sets the text that displays on the button that is used to apply changes.

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

Syntax

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

value = instance.ConfirmButtonText

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

Property Value

Type: System.String
[System.String] that will be displayed on the button.

.NET Framework Security

See Also

Reference

PreviewWindowInfo Class

PreviewWindowInfo Members

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