LanguageService.GetFileExtensions 方法

返回包含文件扩展名的字符串与此语言。

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

语法

声明
Public Overridable Function GetFileExtensions ( _
    <OutAttribute> ByRef extensions As String _
) As Integer
public virtual int GetFileExtensions(
    out string extensions
)

参数

  • extensions
    类型:System.String%
    [out] 返回此语言的扩展。

返回值

类型:System.Int32
如果成功,则返回; S_OK否则,返回错误代码。

实现

IVsLanguageInfo.GetFileExtensions(String%)

备注

扩展在分号分隔的存储列表。 例如,因此,如果语言服务支持 C++、 C# 和 Visual Basic,则可能返回 “.cpp; .cs; .vb”。

.NET Framework 安全性

请参见

参考

LanguageService 类

Microsoft.VisualStudio.Package 命名空间