ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / ComObject Class / QueryInterfaceFrom<T> Method

In This Topic
    QueryInterfaceFrom<T> Method
    In This Topic
    Query Interface for a particular interface support and attach to the given instance.
    Syntax
    'Declaration
     
    Protected Sub QueryInterfaceFrom(Of T As ComObject)( _
       ByVal fromObject As T _
    ) 
    protected void QueryInterfaceFrom<T>( 
       T fromObject
    )
    where T: ComObject

    Parameters

    fromObject

    Type Parameters

    T
    See Also