다음을 통해 공유


IRpcStubBuffer.DebugServerQueryInterface Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub DebugServerQueryInterface ( _
    ByRef ppv As IntPtr _
)
‘사용 방법
Dim instance As IRpcStubBuffer
Dim ppv As IntPtr

instance.DebugServerQueryInterface(ppv)
void DebugServerQueryInterface(
    ref IntPtr ppv
)
void DebugServerQueryInterface(
    IntPtr% ppv
)
abstract DebugServerQueryInterface : 
        ppv:IntPtr byref -> unit 
function DebugServerQueryInterface(
    ppv : IntPtr
)

Parameters

.NET Framework Security

See Also

Reference

IRpcStubBuffer Interface

IRpcStubBuffer Members

Microsoft.VisualStudio.OLE.Interop Namespace