'Declaration
<CanBeNullAttribute()> <BrowsableAttribute(False)> <AttachedPropertyBrowsableForTypeAttribute(System.Windows.Window)> Public Shared Function GetComponentBag( _ ByVal element As FrameworkElement _ ) As ComponentBag
'Usage
Dim element As FrameworkElement Dim value As ComponentBag value = Live.GetComponentBag(element)
[CanBeNull()] [Browsable(false)] [AttachedPropertyBrowsableForType(System.Windows.Window)] public static ComponentBag GetComponentBag( FrameworkElement element )
[CanBeNull()] [Browsable(false)] [AttachedPropertyBrowsableForType(System.Windows.Window)] public: static ComponentBag^ GetComponentBag( FrameworkElement^ element )
Parameters
- element
- The element from which the property value is read.
Return Value
The ComponentBag property value for the element.