ProjectTypeResolutionService.GetType Method (String, Boolean, Boolean, ReferenceType)

When implemented in a derived class, attempts to retrieve a reference type based on search criteria like the name of the type and its case-sensitivity.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

声明
Public MustOverride Function GetType ( _
    name As String, _
    throwOnError As Boolean, _
    ignoreCase As Boolean, _
    type As ReferenceType _
) As Type
用法
Dim instance As ProjectTypeResolutionService
Dim name As String
Dim throwOnError As Boolean
Dim ignoreCase As Boolean
Dim type As ReferenceType
Dim returnValue As Type

returnValue = instance.GetType(name, throwOnError, _
    ignoreCase, type)
public abstract Type GetType(
    string name,
    bool throwOnError,
    bool ignoreCase,
    ReferenceType type
)
public:
virtual Type^ GetType(
    String^ name, 
    bool throwOnError, 
    bool ignoreCase, 
    ReferenceType type
) abstract
abstract GetType : 
        name:string * 
        throwOnError:bool * 
        ignoreCase:bool * 
        type:ReferenceType -> Type 
public abstract function GetType(
    name : String, 
    throwOnError : boolean, 
    ignoreCase : boolean, 
    type : ReferenceType
) : Type

Parameters

  • name
    Type: System.String
    The name of the reference to be retrieved.
  • ignoreCase
    Type: System.Boolean
    If true, indicates that the name search should be case-sensitive.

Return Value

Type: System.Type
The retrieved type.

.NET Framework Security

See Also

Reference

ProjectTypeResolutionService Class

ProjectTypeResolutionService Members

GetType Overload

Microsoft.VisualStudio.Shell.Design Namespace