Determines the default member path for a given component.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Shared Function GetDefaultMemberPath( _
ByVal As Type, _
ByVal 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.
- target
- 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.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also