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