KnownValueTypes.GetType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.