Indicates the type of data that is available when passed to the client in IBindStatusCallback::OnDataAvailable.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
声明
Public Enumeration BSCF
用法
Dim instance As BSCF
public enum BSCF
public enum class BSCF
type BSCF
public enum BSCF
Members
| Member name | Description | |
|---|---|---|
| BSCF_FIRSTDATANOTIFICATION | Identifies the first call to IBindStatusCallback::OnDataAvailable for a given bind operation. | |
| BSCF_INTERMEDIATEDATANOTIFICATION | Identifies an intermediate call to IBindStatusCallback::OnDataAvailable for a bind operation. | |
| BSCF_LASTDATANOTIFICATION | Identify the last call to IBindStatusCallback::OnDataAvailable for a bind operation. | |
| BSCF_DATAFULLYAVAILABLE | Indicates that all of the requested data is available. | |
| BSCF_AVAILABLEDATASIZEUNKNOWN | Indicates that the size of the data available is unkown. |