Share via


CallMethodAction.TargetObject Property

The object that exposes the method of interest. This is a dependency property.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property TargetObject As Object
'Usage
Dim instance As CallMethodAction
Dim value As Object

value = instance.TargetObject

instance.TargetObject = value
public Object TargetObject { get; set; }
public:
property Object^ TargetObject {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_TargetObject ()

/** @property */
public void set_TargetObject (Object value)
public function get TargetObject () : Object

public function set TargetObject (value : Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CallMethodAction Class
CallMethodAction Members
Microsoft.Expression.Interactivity.Core Namespace