Share via


Resources Class

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

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Design..::..Resources

Namespace:  Microsoft.VisualStudio.Data.Tools.Design
Assembly:  Microsoft.VisualStudio.Data.Tools.Design.Common (in Microsoft.VisualStudio.Data.Tools.Design.Common.dll)

Syntax

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

The Resources type exposes the following members.

Properties

  Name Description
Public propertyStatic member Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member Dialog_CancelRefactoring Looks up a localized string similar to Refactoring operation has been canceled..
Public propertyStatic member Error_FailedApplyChangeToFile Looks up a localized string similar to Failed to apply changes to file {0}..
Public propertyStatic member Error_FailedInvokePreviewWindow Looks up a localized string similar to Failed to open the preview window..
Public propertyStatic member Error_FailedOperation Looks up a localized string similar to The refactoring operation has failed..
Public propertyStatic member Error_FailedToCheckOut Looks up a localized string similar to Failed to check out files..
Public propertyStatic member ErrorDialog_Title Looks up a localized string similar to Refactoring Error.
Public propertyStatic member Exception_CannotGetTextBuffer Looks up a localized string similar to Cannot get the text buffer from file {0}..
Public propertyStatic member Exception_DuplicateChanges Looks up a localized string similar to There are duplicate changes for file {0}..
Public propertyStatic member Exception_FailedToSaveFile Looks up a localized string similar to Failed to save the changed file {0}..
Public propertyStatic member FindReferences_Heading Looks up a localized string similar to Looking for reference(s).
Public propertyStatic member RefactorDialog_Title Looks up a localized string similar to Refactor.
Public propertyStatic member RefactoringOperation_NoChanges Looks up a localized string similar to No changes are required.
Public propertyStatic member ResourceManager Returns the cached ResourceManager instance used by this class.
Public propertyStatic member ServiceProvider_InvalidServiceInstance Looks up a localized string similar to Service instances must inherit from or implement {0}..
Public propertyStatic member ServiceProvider_ServiceAlreadyExists Looks up a localized string similar to Service {0} already exists in the service container..

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.VisualStudio.Data.Tools.Design Namespace