IVsToolWindowToolbarHost.Close(UInt32) 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.
This method is for the environment's use only. Method information is not provided. Do not use this method.
public:
int Close(System::UInt32 dwReserved);
public:
int Close(unsigned int dwReserved);
int Close(unsigned int dwReserved);
public int Close (uint dwReserved);
abstract member Close : uint32 -> int
Public Function Close (dwReserved As UInteger) As Integer
Parameters
- dwReserved
- UInt32
[in] Reserved. Must be 0.