ProjectTypeResolutionService.GetType 方法 (String, Boolean, Boolean, ReferenceType)

在派生类中实现时,尝试检索基于搜索条件的引用类型 (该类型及其区分大小写的名称。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public MustOverride Function GetType ( _
    name As String, _
    throwOnError As Boolean, _
    ignoreCase As Boolean, _
    type As ReferenceType _
) As Type
public abstract Type GetType(
    string name,
    bool throwOnError,
    bool ignoreCase,
    ReferenceType type
)

参数

  • ignoreCase
    类型:System.Boolean
    如果 true,指示名称搜索应区分大小写。

返回值

类型:System.Type
检索的类型。

.NET Framework 安全性

请参见

参考

ProjectTypeResolutionService 类

GetType 重载

Microsoft.VisualStudio.Shell.Design 命名空间