Gets the id

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 GetId(
	DependencyObject d
)
Visual Basic
Public Shared Function GetId ( _
	d As DependencyObject _
) As String
Visual C++
public:
static String^ GetId(
	DependencyObject^ d
)

Parameters

d
Type: System.Windows..::..DependencyObject
Object to get the menu id from

Return Value

Returns the id of the given object.

See Also