Compartilhar via


Propriedade MenuActionEventArgs.Context

Obtém o contexto de edição ativo no momento.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public ReadOnly Property Context As EditingContext
    Get
public EditingContext Context { get; }
public:
property EditingContext^ Context {
    EditingContext^ get ();
}
member Context : EditingContext
function get Context () : EditingContext

Valor de propriedade

Tipo: Microsoft.Windows.Design.EditingContext
Um EditingContext que representa o lote de edição ativo.

Segurança do .NET Framework

Consulte também

Referência

MenuActionEventArgs Classe

Namespace Microsoft.Windows.Design.Interaction

PrimarySelectionContextMenuProvider

MenuAction

MenuGroup

ModelItem

Outros recursos

Passo a passo: Criando um provedor de menu