IBehavior.Attach Method
Attaches to the specified object.
Namespace: Microsoft.Xaml.Interactivity
Assembly: Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)
Syntax
'Declaration
Sub Attach ( _
associatedObject As DependencyObject _
)
void Attach(
DependencyObject associatedObject
)
void Attach(
DependencyObject^ associatedObject
)
abstract Attach :
associatedObject:DependencyObject -> unit
function Attach(
associatedObject : DependencyObject
)
Parameters
associatedObject
Type: DependencyObjectThe DependencyObject to which the IBehavior is attached.
.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.