PropertyRef Class
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.
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")]
public class PropertyRef : Microsoft.VisualStudio.Composition.Reflection.MemberRef, IEquatable<Microsoft.VisualStudio.Composition.Reflection.PropertyRef>
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay,nq}")>]
type PropertyRef = class
inherit MemberRef
interface IEquatable<PropertyRef>
Public Class PropertyRef
Inherits MemberRef
Implements IEquatable(Of PropertyRef)
- Inheritance
- Attributes
- Implements
Constructors
| PropertyRef(PropertyInfo, Resolver) | |
| PropertyRef(TypeRef, TypeRef, Int32, Nullable<Int32>, Nullable<Int32>, String, Boolean) |
Properties
| AssemblyName | (Inherited from MemberRef) |
| DeclaringType | (Inherited from MemberRef) |
| GetMethodMetadataToken | |
| IsStatic | (Inherited from MemberRef) |
| MemberInfo | (Inherited from MemberRef) |
| MetadataToken | (Inherited from MemberRef) |
| Name | |
| PropertyInfo | |
| PropertyTypeRef | |
| SetMethodMetadataToken | |
Methods
| Equals(MemberRef) | (Inherited from MemberRef) |
| Equals(Object) | (Inherited from MemberRef) |
| Equals(PropertyRef) | |
| EqualsByTypeLocalMetadata(MemberRef) | |
| GetHashCode() | |
| Resolve() | |
Extension Methods
| Resolve(PropertyRef) | |
| ResolveGetter(PropertyRef) | |
| ResolveSetter(PropertyRef) |