Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies a type, which is independent of the platform.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Structure TypeIdentifier _
Implements IEquatable(Of TypeIdentifier)
public struct TypeIdentifier : IEquatable<TypeIdentifier>
public value class TypeIdentifier : IEquatable<TypeIdentifier>
[<Sealed>]
type TypeIdentifier =
struct
interface IEquatable<TypeIdentifier>
end
JScript supports the use of structures, but not the declaration of new ones.
The TypeIdentifier type exposes the following members.
Constructors
| 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. |
Top
Properties
| 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. |
Top
Methods
| 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().) |
Top
Operators
| Name | Description | |
|---|---|---|
![]() ![]() |
Equality | Determines whether the specified TypeIdentifier instances are considered equal. |
![]() ![]() |
Inequality | Determines whether the specified TypeIdentifier instances are considered not equal. |
Top
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.
.gif)
.gif)
.gif)
.gif)
.gif)