C# Class SonarLint.VisualStudio.Integration.UnitTests.CommandsMock

Inheritance: Commands
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Свойство Type Description
Commands Command
Commands Command
Commands IEnumerator
Commands object
Commands void
Commands void
Commands void
Commands void
IEnumerable IEnumerator

Méthodes publiques

Méthode Description
CommandsMock ( DTEMock dte = null ) : EnvDTE

Private Methods

Méthode Description
Commands ( AddIn AddInInstance, string Name, string ButtonText, string Tooltip, bool MSOButton, int Bitmap, object &ContextUIGUIDs, int vsCommandDisabledFlagsValue ) : Command
Commands ( object index, int ID ) : Command
Commands ( ) : IEnumerator
Commands ( string Name, vsCommandBarType Type, object CommandBarParent, int Position ) : object
Commands ( object CommandBar ) : void
Commands ( object CommandBarControl, string &Guid, int &ID ) : void
Commands ( string Guid, int ID, object &Control ) : void
Commands ( string Guid, int ID, object &CustomIn, object &CustomOut ) : void
IEnumerable ( ) : IEnumerator

Method Details

CommandsMock() public méthode

public CommandsMock ( DTEMock dte = null ) : EnvDTE
dte DTEMock
Résultat EnvDTE