BehaviorCollection.AssociatedObject Property
Gets the DependencyObject to which the BehaviorCollection is attached.
Namespace: Microsoft.Xaml.Interactivity
Assembly: Microsoft.Xaml.Interactivity (in Microsoft.Xaml.Interactivity.dll)
Syntax
'Declaration
Public Property AssociatedObject As DependencyObject
public DependencyObject AssociatedObject { get; private set; }
public:
property DependencyObject^ AssociatedObject {
DependencyObject^ get ();
private: void set (DependencyObject^ value);
}
member AssociatedObject : DependencyObject with get, private set
function get AssociatedObject () : DependencyObject
private function set AssociatedObject (value : DependencyObject)
Property Value
Type: DependencyObject
.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.