TypeIdentifier Structure
Visual Studio 2010
Identifies a type, which is independent of the platform.
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
The TypeIdentifier type exposes the following members.
| Name | Description | |
|---|---|---|
|
TypeIdentifier(String) | Initializes a new instance of the TypeIdentifier class. |
|
TypeIdentifier(String, String) | Initializes a new instance of the TypeIdentifier class with the specified XML namespace and type name. |
| Name | Description | |
|---|---|---|
|
IsEmpty | Gets a value that indicates whether the current identifier was created by using an empty constructor. |
|
Name | Gets the name of the type. |
|
XmlNamespace | Gets the XML namespace of this type. |
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified Object is equal to the current TypeIdentifier. (Overrides ValueType.Equals(Object).) |
|
Equals(TypeIdentifier) | Determines whether the specified TypeIdentifier is equal to the current TypeIdentifier. |
|
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 | Returns the hash code for the current TypeIdentifier instance. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Gets the Name property as a string. (Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
|
Equality | Determines whether the specified TypeIdentifier instances are considered equal. |
|
Inequality | Determines whether the specified TypeIdentifier instances are considered not equal. |