IVsSimpleBrowseComponentSet.RemoveComponent(IVsNavInfo) 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 a component from the component set.
public:
int RemoveComponent(Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ pRealLibNavInfo);
public:
int RemoveComponent(Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ pRealLibNavInfo);
int RemoveComponent(Microsoft::VisualStudio::Shell::Interop::IVsNavInfo const & pRealLibNavInfo);
public int RemoveComponent (Microsoft.VisualStudio.Shell.Interop.IVsNavInfo pRealLibNavInfo);
abstract member RemoveComponent : Microsoft.VisualStudio.Shell.Interop.IVsNavInfo -> int
Public Function RemoveComponent (pRealLibNavInfo As IVsNavInfo) As Integer
Parameters
- pRealLibNavInfo
- IVsNavInfo
The IVsNavInfo that represents the navigation information that does not include the root node navigation information.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT RemoveComponent(
[in] IVsNavInfo * pRealLibNavInfo
);