 | DynamicUserControlBaseGetAttachedName Method |
WPF getter for the AttachedNameProperty.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static string GetAttachedName(
DependencyObject obj
)
Public Shared Function GetAttachedName (
obj As DependencyObject
) As String
public:
static String^ GetAttachedName(
DependencyObject^ obj
)
static member GetAttachedName :
obj : DependencyObject -> string
Parameters
- obj DependencyObject
- The owning control.
Return value
StringAdditional name of the control, e.g. for the search in the VisualTree.
See also