Extracts as many property values from the given path string as possible for the purposes of prefilling metadata when creating new objects of the specified type. May return zero or more property values. Does not fail if the path no longer exists.
Visual Basic |
---|
Public Function GetPropertyValuesOfPath( _ ByVal Path As String, _ ByVal ObjectType As Long _ ) As PropertyValues |