ProgressionCommonResources Class
A strongly-typed resource class, for looking up localized strings, etc.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.ProgressionCommonResources
Syntax
public class ProgressionCommonResources
public ref class ProgressionCommonResources
type ProgressionCommonResources = class end
Public Class ProgressionCommonResources
Properties
Name | Description | |
---|---|---|
ArrayInstance | Looks up a localized string similar to Array Instance. |
|
ArrayRank | Looks up a localized string similar to Array Rank. |
|
Culture | Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. |
|
DGML_Property_Name | Looks up a localized string similar to Name. |
|
ExplicitInterface | Looks up a localized string similar to Explicit Interface. |
|
GenericArguments | Looks up a localized string similar to Generic Arguments. |
|
GenericParameterCount | Looks up a localized string similar to Generic Parameter Count. |
|
Indirection | Looks up a localized string similar to Indirection. |
|
ObjectInstance | Looks up a localized string similar to Object Instance. |
|
ParameterIdentifier | Looks up a localized string similar to Parameter Identifier. |
|
ParentType | Looks up a localized string similar to Parent Type. |
|
Prefix | Looks up a localized string similar to Prefix. |
|
ResourceManager | Returns the cached ResourceManager instance used by this class. |
|
Sequence | Looks up a localized string similar to Sequence. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace
Return to top