Sdílet prostřednictvím


PropertyRef Constructors

Definition

Overloads

PropertyRef(PropertyInfo, Resolver)
PropertyRef(TypeRef, TypeRef, Int32, Nullable<Int32>, Nullable<Int32>, String, Boolean)

PropertyRef(PropertyInfo, Resolver)

Source:
PropertyRef.cs
Source:
PropertyRef.cs
public PropertyRef (System.Reflection.PropertyInfo propertyInfo, Microsoft.VisualStudio.Composition.Resolver resolver);
new Microsoft.VisualStudio.Composition.Reflection.PropertyRef : System.Reflection.PropertyInfo * Microsoft.VisualStudio.Composition.Resolver -> Microsoft.VisualStudio.Composition.Reflection.PropertyRef
Public Sub New (propertyInfo As PropertyInfo, resolver As Resolver)

Parameters

propertyInfo
PropertyInfo
resolver
Resolver

Applies to

PropertyRef(TypeRef, TypeRef, Int32, Nullable<Int32>, Nullable<Int32>, String, Boolean)

Source:
PropertyRef.cs
Source:
PropertyRef.cs
public PropertyRef (Microsoft.VisualStudio.Composition.Reflection.TypeRef declaringType, Microsoft.VisualStudio.Composition.Reflection.TypeRef propertyTypeRef, int metadataToken, int? getMethodMetadataToken, int? setMethodMetadataToken, string name, bool isStatic);
new Microsoft.VisualStudio.Composition.Reflection.PropertyRef : Microsoft.VisualStudio.Composition.Reflection.TypeRef * Microsoft.VisualStudio.Composition.Reflection.TypeRef * int * Nullable<int> * Nullable<int> * string * bool -> Microsoft.VisualStudio.Composition.Reflection.PropertyRef
Public Sub New (declaringType As TypeRef, propertyTypeRef As TypeRef, metadataToken As Integer, getMethodMetadataToken As Nullable(Of Integer), setMethodMetadataToken As Nullable(Of Integer), name As String, isStatic As Boolean)

Parameters

declaringType
TypeRef
propertyTypeRef
TypeRef
metadataToken
Int32
getMethodMetadataToken
Nullable<Int32>
setMethodMetadataToken
Nullable<Int32>
name
String
isStatic
Boolean

Applies to