ProgressionCommonResources Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.ProgressionCommonResources

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

'Declaration
Public Class ProgressionCommonResources
public class ProgressionCommonResources
public ref class ProgressionCommonResources
type ProgressionCommonResources =  class end
public class ProgressionCommonResources

The ProgressionCommonResources type exposes the following members.

Properties

  Name Description
Public propertyStatic member ArrayInstance Looks up a localized string similar to Array Instance.
Public propertyStatic member ArrayRank Looks up a localized string similar to Array Rank.
Public propertyStatic member Culture Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member DGML_Property_Name Looks up a localized string similar to Name.
Public propertyStatic member ExplicitInterface Looks up a localized string similar to Explicit Interface.
Public propertyStatic member GenericArguments Looks up a localized string similar to Generic Arguments.
Public propertyStatic member GenericParameterCount Looks up a localized string similar to Generic Parameter Count.
Public propertyStatic member Indirection Looks up a localized string similar to Indirection.
Public propertyStatic member ObjectInstance Looks up a localized string similar to Object Instance.
Public propertyStatic member ParameterIdentifier Looks up a localized string similar to Parameter Identifier.
Public propertyStatic member ParentType Looks up a localized string similar to Parent Type.
Public propertyStatic member Prefix Looks up a localized string similar to Prefix.
Public propertyStatic member ResourceManager Returns the cached ResourceManager instance used by this class.
Public propertyStatic member Sequence Looks up a localized string similar to Sequence.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (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.ArchitectureTools.Extensibility.CodeSchema Namespace