IBindStatusCallback.GetBindInfo(UInt32, BINDINFO[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetBindInfo([Runtime::InteropServices::Out] System::UInt32 % grfBINDF, cli::array <Microsoft::VisualStudio::OLE::Interop::BINDINFO> ^ pbindinfo);
public void GetBindInfo (out uint grfBINDF, Microsoft.VisualStudio.OLE.Interop.BINDINFO[] pbindinfo);
abstract member GetBindInfo : uint32 * Microsoft.VisualStudio.OLE.Interop.BINDINFO[] -> unit
Public Sub GetBindInfo (ByRef grfBINDF As UInteger, pbindinfo As BINDINFO())
Parameters
- grfBINDF
- UInt32
- pbindinfo
- BINDINFO[]