BINDINFOF Enumeration

Contains values that determine the use of URL encoding during the binding operation.

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

Syntax

'Declaration
Public Enumeration BINDINFOF
public enum BINDINFOF
public enum class BINDINFOF
type BINDINFOF
public enum BINDINFOF

Members

Member name Description
BINDINFOF_URLENCODESTGMEDDATA Use URL encoding to pass in the data provided in the szExtraInfo member of the BINDINFO structure.
BINDINFOF_URLENCODEDEXTRAINFO Use URL encoding to pass in the data provided in the stgmedData member of the BINDINFO structure for PUT and POST operations.

Remarks

Values from the BINDINFOF enumeration are passed to the moniker as part of the BINDINFO structure. The moniker calls the GetBindInfo method on the client to obtain additional information about the bind operation in the BINDINFO structure.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace