IVsToolWindowToolbarHost.Close(UInt32) Method

Definition

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.

Returns

Applies to