Metodo GelRegisteredObject.FromName<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 Function FromName(Of T As GelRegisteredObject) ( _
ownerTypeMap As IDictionary(Of Type, IList(Of Integer)), _
objectsList As IList(Of T), _
ownerType As Type, _
name As String _
) As T
protected static T FromName<T>(
IDictionary<Type, IList<int>> ownerTypeMap,
IList<T> objectsList,
Type ownerType,
string name
)
where T : GelRegisteredObject
Parametri di tipo
- T
Parametri
- ownerTypeMap
Tipo: System.Collections.Generic.IDictionary<Type, IList<Int32>>
- objectsList
Tipo: System.Collections.Generic.IList<T>
- ownerType
Tipo: System.Type
- name
Tipo: System.String
Valore restituito
Tipo: T
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.