ContextMenuAdapter.SetShowContextMenuCommand Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Sub SetShowContextMenuCommand ( _
    target As UIElement, _
    value As ICommand _
)
public static void SetShowContextMenuCommand(
    UIElement target,
    ICommand value
)
public:
static void SetShowContextMenuCommand(
    UIElement^ target, 
    ICommand^ value
)
static member SetShowContextMenuCommand : 
        target:UIElement * 
        value:ICommand -> unit
public static function SetShowContextMenuCommand(
    target : UIElement, 
    value : ICommand
)

Parameters

.NET Framework Security

See Also

Reference

ContextMenuAdapter Class

Microsoft.TeamFoundation.Controls.WPF Namespace