This documentation is archived and is not being maintained.
BasicHelper::BuildSelectionList Method
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
public: static array<SelectionPair>^ BuildSelectionList( IVsHierarchy^ hierarchy, unsigned int itemId, IVsMultiItemSelect^ multiSelect, [OutAttribute] bool% singleHierarchy )
Parameters
- hierarchy
- Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy
- itemId
- Type: System::UInt32
- multiSelect
- Type: Microsoft.VisualStudio.Shell.Interop::IVsMultiItemSelect
- singleHierarchy
- Type: System::Boolean%
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: