IVsCodeWindowManager.RemoveAdornments 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.
Removes adornments, such as drop-down bars, from a code window.
public:
int RemoveAdornments();
public:
int RemoveAdornments();
int RemoveAdornments();
public int RemoveAdornments ();
abstract member RemoveAdornments : unit -> int
Public Function RemoveAdornments () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsCodeWindowManager::RemoveAdornments();
When this method is called, the code window manager is being told that it needs to remove its adornments from the code window before the code window goes away.