Partilhar via


Método IVsReadOnlyViewNotification.OnDisabledEditingCommand

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
Function OnDisabledEditingCommand ( _
    ByRef pguidCmdGuid As Guid, _
    dwCmdId As UInteger _
) As Integer
int OnDisabledEditingCommand(
    ref Guid pguidCmdGuid,
    uint dwCmdId
)
int OnDisabledEditingCommand(
    [InAttribute] Guid% pguidCmdGuid, 
    [InAttribute] unsigned int dwCmdId
)
abstract OnDisabledEditingCommand : 
        pguidCmdGuid:Guid byref * 
        dwCmdId:uint32 -> int
function OnDisabledEditingCommand(
    pguidCmdGuid : Guid, 
    dwCmdId : uint
) : int

Parâmetros

  • pguidCmdGuid
    Tipo: Guid%
  • dwCmdId
    Tipo: UInt32

Valor de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsReadOnlyViewNotification Interface

Namespace Microsoft.VisualStudio.TextManager.Interop