Compartir a través de


IBindCtx.SetBindOptions(BIND_OPTS) Método

Definición

Almacena un bloque de parámetros en el contexto del enlace. Estos parámetros se aplicarán a operaciones UCOMIMoniker posteriores que utilicen este contexto de enlace.

public:
 void SetBindOptions(System::Runtime::InteropServices::ComTypes::BIND_OPTS % pbindopts);
public void SetBindOptions (ref System.Runtime.InteropServices.ComTypes.BIND_OPTS pbindopts);
abstract member SetBindOptions : BIND_OPTS -> unit
Public Sub SetBindOptions (ByRef pbindopts As BIND_OPTS)

Parámetros

pbindopts
BIND_OPTS

Estructura que contiene las opciones de enlace que se van a establecer.

Comentarios

Para obtener más información, vea la documentación existente de IBindCtx::SetBindOptions en MSDN Library.

Se aplica a