--- layout: stdlib-reference --- # getDescriptorFromHandle ## Description Declaration of the getDescriptorFromHandle that the user code can provide to customize how a descriptor handle is converted into a actual descriptor. ## Signature
T getDescriptorFromHandle<T>(DescriptorHandle<T> handleValue)
where T : IOpaqueDescriptor;
## Generic Parameters
#### T: [IOpaqueDescriptor](../interfaces/iopaquedescriptor-017/index.html)
## Parameters
#### handleValue : [DescriptorHandle](../types/descriptorhandle-0a/index.html)\<[T](../types/descriptorhandle-0a/index.html#typeparam-T)\>