Edit

Share via


LocalizedNameDescriptionPair Class

Definition

Represents an immutable (read-only) pair of "Name" and "Description" strings.

public ref class LocalizedNameDescriptionPair
[System.Security.SecurityCritical(System.Security.SecurityCriticalScope.Everything)]
public class LocalizedNameDescriptionPair
public class LocalizedNameDescriptionPair
[<System.Security.SecurityCritical(System.Security.SecurityCriticalScope.Everything)>]
type LocalizedNameDescriptionPair = class
type LocalizedNameDescriptionPair = class
Public Class LocalizedNameDescriptionPair
Inheritance
LocalizedNameDescriptionPair
Attributes

Remarks

LocalizedNameDescriptionPair is a basic building block for structures that express locale specific information for an UnsignedPublishLicense.

Constructors

Name Description
LocalizedNameDescriptionPair(String, String)

Initializes a new instance of the LocalizedNameDescriptionPair class.

Properties

Name Description
Description

Gets the locale description.

Name

Gets the locale name.

Methods

Name Description
Equals(Object)

Indicates whether the Name and Description properties of a given object match those of this LocalizedNameDescriptionPair.

GetHashCode()

Gets a computed hash code based on the Name and Description properties.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to