GelRegisteredObject.AddToOwnerTypeMap<T> Method

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

Syntax

'Declaration
Protected Shared Sub AddToOwnerTypeMap(Of T As GelRegisteredObject) ( _
    ownerTypeMap As IDictionary(Of Type, IList(Of Integer)), _
    newObject As T _
)
protected static void AddToOwnerTypeMap<T>(
    IDictionary<Type, IList<int>> ownerTypeMap,
    T newObject
)
where T : GelRegisteredObject

Type Parameters

  • T

Parameters

  • newObject
    Type: T

.NET Framework Security

See Also

Reference

GelRegisteredObject Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace