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