Partager via


EntityModel.GetEntityType Method

Definition

Overloads

GetEntityType(String)
GetEntityType(Type)

GetEntityType(String)

public Microsoft.VisualStudio.ProjectSystem.Query.IEntityType GetEntityType (string name);
abstract member GetEntityType : string -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
override this.GetEntityType : string -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
Public Function GetEntityType (name As String) As IEntityType

Parameters

name
String

Returns

Implements

Applies to

GetEntityType(Type)

public Microsoft.VisualStudio.ProjectSystem.Query.IEntityType GetEntityType (Type contractType);
abstract member GetEntityType : Type -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
override this.GetEntityType : Type -> Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
Public Function GetEntityType (contractType As Type) As IEntityType

Parameters

contractType
Type

Returns

Implements

Applies to