ContextViewCtrlResources Class

A strongly-typed resource class, for looking up localized strings, etc.

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Relational.Design.Table..::..ContextViewCtrlResources

Namespace:  Microsoft.Data.Relational.Design.Table
Assembly:  Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)

Syntax

'Declaration
Public Class ContextViewCtrlResources
'Usage
Dim instance As ContextViewCtrlResources
public class ContextViewCtrlResources
public ref class ContextViewCtrlResources
type ContextViewCtrlResources =  class end
public class ContextViewCtrlResources

The ContextViewCtrlResources type exposes the following members.

Properties

  Name Description
Public propertyStatic member AutoContextView Looks up a localized string similar to Context View.
Public propertyStatic member AutoTreeView Looks up a localized string similar to Tree View.
Public propertyStatic member Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member ResourceManager Returns the cached ResourceManager instance used by this class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Relational.Design.Table Namespace