BINDINFOF Enum

Definition

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

public enum class BINDINFOF
public enum class BINDINFOF
enum BINDINFOF
public enum BINDINFOF
type BINDINFOF = 
Public Enum BINDINFOF
Inheritance
BINDINFOF

Fields

BINDINFOF_URLENCODEDEXTRAINFO 2

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

BINDINFOF_URLENCODESTGMEDDATA 1

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

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.

Applies to