BINDINFOF Enumeration
Visual Studio 2015
Contains values that determine the use of URL encoding during the binding operation.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: