Freigeben über


UCOMIBindCtx.SetBindOptions-Methode: (BIND_OPTS)

 

Veröffentlicht: Oktober 2016

Speichern im Bindungskontext einen Block von Parametern, die später für gelten UCOMIMoniker Vorgänge, die diesen Bindungskontext verwenden.

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

Syntax

void SetBindOptions(
    [InAttribute] ref BIND_OPTS pbindopts
)
void SetBindOptions(
    [InAttribute] BIND_OPTS% pbindopts
)
abstract SetBindOptions : 
        pbindopts:BIND_OPTS byref -> unit
Sub SetBindOptions (
    <InAttribute> ByRef pbindopts As BIND_OPTS
)

Parameter

Hinweise

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

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

UCOMIBindCtx-Schnittstelle
System.Runtime.InteropServices-Namespace

Zurück zum Anfang