LocalizedNameDescriptionPair Class

 

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

Namespace:   System.Security.RightsManagement
Assembly:  WindowsBase (in WindowsBase.dll)

System::Object
  System.Security.RightsManagement::LocalizedNameDescriptionPair

[SecurityCriticalAttribute(SecurityCriticalScope::Everything)]
public ref class LocalizedNameDescriptionPair 

NameDescription
System_CAPS_pubmethodLocalizedNameDescriptionPair(String^, String^)

Initializes a new instance of the LocalizedNameDescriptionPair class.

NameDescription
System_CAPS_pubpropertyDescription

Gets the locale description.

System_CAPS_pubpropertyName

Gets the locale name.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Indicates whether the Name and Description properties of a given object match those of this LocalizedNameDescriptionPair.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets a computed hash code based on the Name and Description properties.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

.NET Framework
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.

Return to top
Show: