Method QueryInterface
QueryInterface<T>()
Gets the implementation of a specified interface for the current object.
Declaration
T QueryInterface<T>()
where T : class
Returns
Type | Description |
---|---|
T | An object implementing the |
Type Parameters
Name | Description |
---|---|
T | The type of the required interface. |