IVsCommandWindowsCollection.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.
Closes the specified command window.
public:
int Close(System::UInt32 uCookie);
public:
int Close(unsigned int uCookie);
int Close(unsigned int uCookie);
public int Close (uint uCookie);
abstract member Close : uint32 -> int
Public Function Close (uCookie As UInteger) As Integer
Parameters
- uCookie
- UInt32
[in] A cookie, returned by Create(UInt32, UInt32, Int32, UInt32), specifying the window to close.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
C++
From vsshell80.idl:
HRESULT Close(
[in] UINT uCookie
);