TabbedEditor_SwapButton Property
Looks up a localized string similar to Swap.
Namespace: Microsoft.VisualStudio.Data.Tools.Design.Core.Controls.TabbedEditor
Assembly: Microsoft.VisualStudio.Data.Tools.Design.Core (in Microsoft.VisualStudio.Data.Tools.Design.Core.dll)
Syntax
'Declaration
Public Shared ReadOnly Property TabbedEditor_SwapButton As String
Get
'Usage
Dim value As String
value = TabbedEditorResources.TabbedEditor_SwapButton
public static string TabbedEditor_SwapButton { get; }
public:
static property String^ TabbedEditor_SwapButton {
String^ get ();
}
static member TabbedEditor_SwapButton : string
static function get TabbedEditor_SwapButton () : String
Property Value
Type: System..::..String
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Design.Core.Controls.TabbedEditor Namespace