IVsCombinedBrowseComponentSet.AddSet(IVsSimpleBrowseComponentSet) 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.
Adds a new component set.
public:
int AddSet(Microsoft::VisualStudio::Shell::Interop::IVsSimpleBrowseComponentSet ^ pSet);
public:
int AddSet(Microsoft::VisualStudio::Shell::Interop::IVsSimpleBrowseComponentSet ^ pSet);
int AddSet(Microsoft::VisualStudio::Shell::Interop::IVsSimpleBrowseComponentSet const & pSet);
public int AddSet (Microsoft.VisualStudio.Shell.Interop.IVsSimpleBrowseComponentSet pSet);
abstract member AddSet : Microsoft.VisualStudio.Shell.Interop.IVsSimpleBrowseComponentSet -> int
Public Function AddSet (pSet As IVsSimpleBrowseComponentSet) As Integer
Parameters
The IVsSimpleBrowseComponentSet that represents the added set.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT AddSet(
[in] IVsSimpleBrowseComponentSet * pSet
);