PropertyToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PropertyToken
struct is an opaque representation of the Token
returned by the metadata to represent a property.
public value class PropertyToken
[System.Serializable]
public struct PropertyToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct PropertyToken
[<System.Serializable>]
type PropertyToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type PropertyToken = struct
Public Structure PropertyToken
- Inheritance
- Attributes
Fields
Empty |
The default |
Properties
Token |
Retrieves the metadata token for this property. |
Methods
Equals(Object) |
Checks if the given object is an instance of |
Equals(PropertyToken) |
Indicates whether the current instance is equal to the specified PropertyToken. |
GetHashCode() |
Generates the hash code for this property. |
Operators
Equality(PropertyToken, PropertyToken) |
Indicates whether two PropertyToken structures are equal. |
Inequality(PropertyToken, PropertyToken) |
Indicates whether two PropertyToken structures are not equal. |