Compartir a través de


IVsReadOnlyViewNotification.OnDisabledEditingCommand (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsReadOnlyViewNotification Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)