IVsParentHierarchy.ExtendsBrowseObjects(VSEXTENDSHIERARCHY[]) 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.
public:
int ExtendsBrowseObjects(cli::array <Microsoft::VisualStudio::Shell::Interop::VSEXTENDSHIERARCHY> ^ peExtends);
public:
int ExtendsBrowseObjects(Platform::Array <Microsoft::VisualStudio::Shell::Interop::VSEXTENDSHIERARCHY> ^ peExtends);
int ExtendsBrowseObjects(std::Array <Microsoft::VisualStudio::Shell::Interop::VSEXTENDSHIERARCHY> const & peExtends);
public int ExtendsBrowseObjects (Microsoft.VisualStudio.Shell.Interop.VSEXTENDSHIERARCHY[] peExtends);
abstract member ExtendsBrowseObjects : Microsoft.VisualStudio.Shell.Interop.VSEXTENDSHIERARCHY[] -> int
Public Function ExtendsBrowseObjects (peExtends As VSEXTENDSHIERARCHY()) As Integer
Parameters
- peExtends
- VSEXTENDSHIERARCHY[]
[out]
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsParentHierarchy::ExtendsBrowseObjects(
[out] VSEXTENDSHIERARCHY *peExtends
);