Query this instance for a particular COM GUID/interface support.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Overridable Sub QueryInterface( _
   ByVal  As System.Guid, _
   ByRef  As System.IntPtr _
) 
             
        
            
            public virtual void QueryInterface( 
   System.Guid ,
   out System.IntPtr 
)
             
        
             
        
            パラメータ
- guid
 
- GUID query interface
 - outPtr
 
- output object associated with this GUID, IntPtr.Zero in interface is not supported
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照