LocalizedNameDescriptionPair Class
Represents an immutable (read-only) pair of "Name" and "Description" strings.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | LocalizedNameDescriptionPair(String^, String^) | Initializes a new instance of the LocalizedNameDescriptionPair class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets the locale description. |
![]() | Name | Gets the locale name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the Name and Description properties of a given object match those of this LocalizedNameDescriptionPair.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Gets a computed hash code based on the Name and Description properties.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
LocalizedNameDescriptionPair is a basic building block for structures that express locale specific information for an UnsignedPublishLicense.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


