Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<GuidAttribute("00000144-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcOptions
'Usage
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