C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.PropertyMock

상속: System.Property
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

PropertyMock() 공개 메소드

public PropertyMock ( string name, Properties parent ) : EnvDTE
name string
parent Properties
리턴 EnvDTE

get_IndexedValue() 공개 메소드

public get_IndexedValue ( object Index1, object Index2, object Index3, object Index4 ) : object
Index1 object
Index2 object
Index3 object
Index4 object
리턴 object

let_Value() 공개 메소드

public let_Value ( object lppvReturn ) : void
lppvReturn object
리턴 void

set_IndexedValue() 공개 메소드

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