Partager via


KnownValueTypes.GetType(String) Method

Definition

Gets a value type.

public static Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueType GetType (string name);
static member GetType : string -> Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueType
Public Shared Function GetType (name As String) As IValueType

Parameters

name
String

The name of the type.

Returns

The result.

Applies to