Share via


PropertyIdentifier Struct

Definition

public value class PropertyIdentifier : IEquatable<Microsoft::VisualStudio::DesignTools::Extensibility::Metadata::PropertyIdentifier>
public struct PropertyIdentifier : IEquatable<Microsoft.VisualStudio.DesignTools.Extensibility.Metadata.PropertyIdentifier>
type PropertyIdentifier = struct
Public Structure PropertyIdentifier
Implements IEquatable(Of PropertyIdentifier)
Inheritance
PropertyIdentifier
Implements

Constructors

PropertyIdentifier(TypeDefinition, String)
PropertyIdentifier(TypeIdentifier, String)

Properties

DeclaringType
DeclaringTypeIdentifier
FullName
IsEmpty
Name

Methods

Equals(Object)
Equals(PropertyIdentifier)
GetHashCode()
ToString()

Operators

Equality(PropertyIdentifier, PropertyIdentifier)
Inequality(PropertyIdentifier, PropertyIdentifier)

Applies to