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 |
public PropertyMock ( string name, Properties parent ) : EnvDTE | ||
name | string | |
parent | Properties | |
return | EnvDTE |
public get_IndexedValue ( object Index1, object Index2, object Index3, object Index4 ) : object | ||
Index1 | object | |
Index2 | object | |
Index3 | object | |
Index4 | object | |
return | object |
public let_Value ( object lppvReturn ) : void | ||
lppvReturn | object | |
return | void |
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 |