Compartilhar via


ViewChangesPageVariationAction.IsCurrentlyEnabled método (AuthoringStates)

Indica se a ação de menu está habilitada para os estados de criação especificados.

Namespace:  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
Public Overrides Function IsCurrentlyEnabled ( _
    currentState As AuthoringStates _
) As Boolean
'Uso
Dim instance As ViewChangesPageVariationAction
Dim currentState As AuthoringStates
Dim returnValue As Boolean

returnValue = instance.IsCurrentlyEnabled(currentState)
public override bool IsCurrentlyEnabled(
    AuthoringStates currentState
)

Parâmetros

Valor retornado

Tipo: System.Boolean

Ver também

Referência

ViewChangesPageVariationAction classe

ViewChangesPageVariationAction membros

IsCurrentlyEnabled em sobrecarga

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace