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)

public enum BINDINFOF

Member nameDescription
BINDINFOF_URLENCODEDEXTRAINFO

Use URL encoding to pass in the data provided in the stgmedData member of the BINDINFO structure for PUT and POST operations.

BINDINFOF_URLENCODESTGMEDDATA

Use URL encoding to pass in the data provided in the T:Microsoft.VisualStudio.OLE.Interop.szExtraInfo member of the BINDINFO structure.

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.

Return to top
Show: