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

Inheritance: DTE, DTE2
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Private Properties

Property Type Description
DTE2 Properties
DTE2 Window
DTE2 bool
DTE2 object
DTE2 string
DTE2 uint
DTE2 wizardResult
_DTE Properties
_DTE Window
_DTE bool
_DTE object
_DTE string
_DTE wizardResult

Public Methods

Method Description
DTE2 ( ) : void
DTE2 ( string CommandName, string CommandArgs ) : void
DTEMock ( ) : EnvDTE
_DTE ( ) : void
_DTE ( string CommandName, string CommandArgs ) : void

Private Methods

Method Description
DTE2 ( string Category, string Page ) : Properties
DTE2 ( string ViewKind, string FileName ) : Window
DTE2 ( string ViewKind, string FileName ) : bool
DTE2 ( string Name ) : object
DTE2 ( string Path, string Name ) : string
DTE2 ( vsThemeColors Element ) : uint
DTE2 ( string VSZFile, object &ContextParams ) : wizardResult
_DTE ( string Category, string Page ) : Properties
_DTE ( string ViewKind, string FileName ) : Window
_DTE ( string ViewKind, string FileName ) : bool
_DTE ( string Name ) : object
_DTE ( string Path, string Name ) : string
_DTE ( string VSZFile, object &ContextParams ) : wizardResult

Method Details

DTE2() public method

public DTE2 ( ) : void
return void

DTE2() public method

public DTE2 ( string CommandName, string CommandArgs ) : void
CommandName string
CommandArgs string
return void

DTEMock() public method

public DTEMock ( ) : EnvDTE
return EnvDTE

_DTE() public method

public _DTE ( ) : void
return void

_DTE() public method

public _DTE ( string CommandName, string CommandArgs ) : void
CommandName string
CommandArgs string
return void