Gets the merge host id of this item.

Namespace: AppCan.wpf.Menus
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string GetHostId(
	DependencyObject d
)
Visual Basic
Public Shared Function GetHostId ( _
	d As DependencyObject _
) As String
Visual C++
public:
static String^ GetHostId(
	DependencyObject^ d
)

Return Value

Returns the merge host id of this item.

See Also