KnownValueTypes.TryResolveType(String, IValueType) 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.
Resolves value type.
public static bool TryResolveType (string name, out Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueType? valueType);
static member TryResolveType : string * IValueType -> bool
Public Shared Function TryResolveType (name As String, ByRef valueType As IValueType) As Boolean
Parameters
- name
- String
The name of the type.
- valueType
- IValueType
The result
Returns
True: if the type name is resolved.