'Declaration<ExtensionAttribute()> Public Overloads Shared Sub ReadTarget( _ ByVal mapper As UAClientMapper, _ ByVal targetObject As Object, _ ByVal recurse As Boolean _ )
'UsageDim mapper As UAClientMapper Dim targetObject As Object Dim recurse As Boolean UAMapperExtension.ReadTarget(mapper, targetObject, recurse)
[Extension()] public static void ReadTarget( UAClientMapper mapper, object targetObject, bool recurse )
[Extension()] public: static void ReadTarget( UAClientMapper^ mapper, Object^ targetObject, bool recurse )
Parameters
- mapper
- The mapper object that will perform the operation.
The value of this parameter cannot be null(Nothingin Visual Basic).
- targetObject
- The object being targeted.
The value of this parameter cannot be null(Nothingin Visual Basic).
- recurse
- trueto operate on sub-targets (mapped members of the target) recursively;- falseotherwise.
