Share via


Metodo GelRegisteredObject.AddToOwnerTypeMap<T>

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
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

Parametri di tipo

  • T

Parametri

  • newObject
    Tipo: T

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GelRegisteredObject Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI