BINDINFO Structure

Contains additional information on the requested binding operation. The meaning of this structure is specific to the type of asynchronous moniker.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Public Structure BINDINFO
‘사용 방법
Dim instance As BINDINFO
public struct BINDINFO
public value class BINDINFO
[<SealedAttribute>]
type BINDINFO =  struct end
JScript supports the use of structures, but not the declaration of new ones.

Remarks

The size of this structure changed with the release of Microsoft Internet Explorer 4.0. Developers must write code that checks the size of the BINDINFO structure that is passed into their implementation of this method before writing the members of the structure.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BINDINFO Members

Microsoft.VisualStudio.OLE.Interop Namespace