Methods.GetType 方法 (Int32)

在派生类中实现时,获取指定的方法签名的返回类型。

命名空间:  Microsoft.VisualStudio.Package
程序集:   Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
  Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
  Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)

语法

声明
Public MustOverride Function GetType ( _
    index As Integer _
) As String
public abstract string GetType(
    int index
)

参数

  • index
    类型:System.Int32
    [in] 索引到方法签名中列出。

返回值

类型:System.String
指定的方法签名的返回类型或 nullnull 引用(在 Visual Basic 中为 Nothing)。

备注

在 Visual C#/Visual C++,返回类型总是相同的。但是,其他语言允许不同的返回类型。

.NET Framework 安全性

请参见

参考

Methods 类

GetType 重载

Microsoft.VisualStudio.Package 命名空间