'Declaration
<CanBeNullAttribute()> Public Shared Function GetDefaultMemberPath( _ ByVal type As Type, _ ByVal component As Object _ ) As String
'Usage
Dim type As Type Dim component As Object Dim value As String value = EventSource.GetDefaultMemberPath(type, component)
Parameters
- type
- The type of the component for which the default member path should be determined.
- component
- The component for which the default member path should be determined.
Return Value
The default member path, or
null
if it could not be determined.