ResourceManager Property

Returns the cached ResourceManager instance used by this class.

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 ResourceManager As ResourceManager
    Get
'Usage
Dim value As ResourceManager

value = TabbedEditorResources.ResourceManager
public static ResourceManager ResourceManager { get; }
public:
static property ResourceManager^ ResourceManager {
    ResourceManager^ get ();
}
static member ResourceManager : ResourceManager
static function get ResourceManager () : ResourceManager

Property Value

Type: System.Resources..::..ResourceManager

See Also

Reference

TabbedEditorResources Class

Microsoft.VisualStudio.Data.Tools.Design.Core.Controls.TabbedEditor Namespace