Gets the name after being resolved.
シンタックス
'宣言
Public Overridable Function ResolvePropertyName( _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Type, _
ByVal As IContext _
) As System.String
public virtual System.string ResolvePropertyName(
System.string ,
System.object ,
System.Type ,
IContext
)
パラメータ
- name
- The name of the object.
- value
- The object value.
- type
- The object type.
- context
- The context.
戻り値の型
A string.
参照