Condividi tramite


Metodo UIDispatch.AddCommand

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Sub AddCommand ( _
    name As String, _
    handler As CommandHandler _
)
public void AddCommand(
    string name,
    CommandHandler handler
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UIDispatch Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI