Condividi tramite


ContextMenuService.GetContextMenu(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà ContextMenu dell'oggetto specificato.

public:
 static System::Windows::Controls::ContextMenu ^ GetContextMenu(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Controls.ContextMenu GetContextMenu (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetContextMenu : System.Windows.DependencyObject -> System.Windows.Controls.ContextMenu
Public Shared Function GetContextMenu (element As DependencyObject) As ContextMenu

Parametri

element
DependencyObject

Oggetto su cui eseguire query riguardo alla proprietà ContextMenu.

Restituisce

ContextMenu

Valore della proprietà ContextMenu.

Attributi

Si applica a