CallMethodAction.TargetObject Property
Gets or sets the object that exposes the method of interest. This is a dependency property.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public Property TargetObject As Object
public Object TargetObject { get; set; }
public:
property Object^ TargetObject {
Object^ get ();
void set (Object^ value);
}
member TargetObject : Object with get, set
function get TargetObject () : Object
function set TargetObject (value : Object)
Property Value
Type: System.Object
The object that exposes the method of interest.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.