Freigeben über


UCOMIBindCtx.GetBindOptions-Methode: (BIND_OPTS)

 

Veröffentlicht: Oktober 2016

Zurückgeben der aktuellen Bindungsoptionen, die in diesem Bindungskontext gespeichert.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

void GetBindOptions(
    ref BIND_OPTS pbindopts
)
void GetBindOptions(
    BIND_OPTS% pbindopts
)
abstract GetBindOptions : 
        pbindopts:BIND_OPTS byref -> unit
Sub GetBindOptions (
    ByRef pbindopts As BIND_OPTS
)

Parameter

Hinweise

Weitere Informationen finden Sie in der Dokumentation zu IBindCtx::GetBindOptions in der MSDN Library.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

UCOMIBindCtx-Schnittstelle
System.Runtime.InteropServices-Namespace

Zurück zum Anfang