IRpcOptions Interface
Sets or gets the values of properties controlling how COM handles remote procedure calls (RPC). For more information, see IRpcOptions.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("00000144-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcOptions
'Uso
Dim instance As IRpcOptions
[GuidAttribute("00000144-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IRpcOptions
[GuidAttribute(L"00000144-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IRpcOptions
[<GuidAttribute("00000144-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IRpcOptions = interface end
public interface IRpcOptions