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

Inheritance: System.Property
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method 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 method

public PropertyMock ( string name, Properties parent ) : EnvDTE
name string
parent Properties
return EnvDTE

get_IndexedValue() public method

public get_IndexedValue ( object Index1, object Index2, object Index3, object Index4 ) : object
Index1 object
Index2 object
Index3 object
Index4 object
return object

let_Value() public method

public let_Value ( object lppvReturn ) : void
lppvReturn object
return void

set_IndexedValue() public method

public set_IndexedValue ( object Index1, object Index2, object Index3, object Index4, object Val ) : void
Index1 object
Index2 object
Index3 object
Index4 object
Val object
return void