Method | Description | |
---|---|---|
GetContext ( IEditorView view, int offset ) : object | ||
GetContext ( IHitTestResult hitTestResult ) : object |
Method | Description | |
---|---|---|
RequestSession ( IEditorView view, object context ) : bool |
public GetContext ( IEditorView view, int offset ) : object | ||
view | IEditorView | |
offset | int | |
return | object |
public GetContext ( IHitTestResult hitTestResult ) : object | ||
hitTestResult | IHitTestResult | |
return | object |
protected RequestSession ( IEditorView view, object context ) : bool | ||
view | IEditorView | |
context | object | |
return | bool |