GelRegisteredObject::AddToOwnerTypeMap<T> Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

protected:
generic<typename T>
where T : GelRegisteredObject 
static void AddToOwnerTypeMap(
	IDictionary<Type^, IList<int>^>^ ownerTypeMap, 
	T newObject
)

Type Parameters

T

Parameters

ownerTypeMap
Type: System.Collections.Generic::IDictionary<Type, IList<Int32>>
newObject
Type: T

Show: