ComponentOne Bitmap for UWP
GetParent<T>() Method

C1.UWP.DX Assembly > C1.Util.DX.DXGI Namespace > DXGIObject Class > GetParent Method : GetParent<T>() Method
Type of the parent object
Gets the parent of the object.
Syntax
'Declaration
 
Public Overloads Function GetParent(Of T As ComObject)() As T
public T GetParent<T>()
where T: ComObject

Type Parameters

T
Type of the parent object

Return Value

Returns the parent object based on the GUID of the type of the parent object.
See Also

Reference

DXGIObject Class
DXGIObject Members
Overload List