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

Inheritance: System.Property
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
PropertyMock ( string name, Properties parent ) : EnvDTE
get_IndexedValue ( object Index1, object Index2, object Index3, object Index4 ) : object
let_Value ( object lppvReturn ) : void
set_IndexedValue ( object Index1, object Index2, object Index3, object Index4, object Val ) : void

Method Details

PropertyMock() public méthode

public PropertyMock ( string name, Properties parent ) : EnvDTE
name string
parent Properties
Résultat EnvDTE

get_IndexedValue() public méthode

public get_IndexedValue ( object Index1, object Index2, object Index3, object Index4 ) : object
Index1 object
Index2 object
Index3 object
Index4 object
Résultat object

let_Value() public méthode

public let_Value ( object lppvReturn ) : void
lppvReturn object
Résultat void

set_IndexedValue() public méthode

public set_IndexedValue ( object Index1, object Index2, object Index3, object Index4, object Val ) : void
Index1 object
Index2 object
Index3 object
Index4 object
Val object
Résultat void