GelRegisteredObject::FromName<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 T FromName(
	IDictionary<Type^, IList<int>^>^ ownerTypeMap, 
	IList<T>^ objectsList, 
	Type^ ownerType, 
	String^ name
)

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

Show: