Type.GetPropertyImpl Method
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected MustOverride Function GetPropertyImpl ( _
name As String, _
bindingAttr As BindingFlags, _
binder As Binder, _
returnType As Type, _
types As Type(), _
modifiers As ParameterModifier() _
) As PropertyInfo
'Usage
Dim name As String
Dim bindingAttr As BindingFlags
Dim binder As Binder
Dim returnType As Type
Dim types As Type()
Dim modifiers As ParameterModifier()
Dim returnValue As PropertyInfo
returnValue = Me.GetPropertyImpl(name, _
bindingAttr, binder, returnType, _
types, modifiers)
protected abstract PropertyInfo GetPropertyImpl(
string name,
BindingFlags bindingAttr,
Binder binder,
Type returnType,
Type[] types,
ParameterModifier[] modifiers
)
protected:
virtual PropertyInfo^ GetPropertyImpl(
String^ name,
BindingFlags bindingAttr,
Binder^ binder,
Type^ returnType,
array<Type^>^ types,
array<ParameterModifier>^ modifiers
) abstract
abstract GetPropertyImpl :
name:string *
bindingAttr:BindingFlags *
binder:Binder *
returnType:Type *
types:Type[] *
modifiers:ParameterModifier[] -> PropertyInfo
protected abstract function GetPropertyImpl(
name : String,
bindingAttr : BindingFlags,
binder : Binder,
returnType : Type,
types : Type[],
modifiers : ParameterModifier[]
) : PropertyInfo
Parameters
- name
Type: String
- bindingAttr
Type: BindingFlags
- binder
Type: Binder
- returnType
Type: System.Reflection.Mock.Type
- types
Type: array<System.Reflection.Mock.Type[]
- modifiers
Type: array<ParameterModifier[]
Return Value
Type: System.Reflection.Mock.PropertyInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.