Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaração
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
Type Parameters
- T
Parameters
- ownerTypeMap
Type: System.Collections.Generic.IDictionary<Type, IList<Int32>>
- objectsList
Type: System.Collections.Generic.IList<T>
- ownerType
Type: System.Type
- name
Type: System.String
Return Value
Type: T
.NET Framework Security
- 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.