'Declaration
<CanBeNullAttribute()> Public Shared Function GetDefaultMemberPath( _ ByVal type As Type, _ ByVal target As Object _ ) As String
'Usage
Dim type As Type Dim target As Object Dim value As String value = ValueTarget.GetDefaultMemberPath(type, target)
Parameters
- type
- The type of the component for which the default member path should be determined.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - target
- The component for which the default member path should be determined.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
null
if it could not be determined.
This method can return null
(Nothing
in Visual Basic).