ModelTypesLocator.GetType(String) Method

Definition

public:
 virtual System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Web::CodeGeneration::ModelType ^> ^ GetType(System::String ^ typeName);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.ModelType> GetType (string typeName);
override this.GetType : string -> seq<Microsoft.VisualStudio.Web.CodeGeneration.ModelType>
Public Function GetType (typeName As String) As IEnumerable(Of ModelType)

Parameters

typeName
String

Returns

IEnumerable<ModelType>

Implements

Applies to