DocumentProperties.GetSource 方法

返回 Source 对象与此 DocumentProperties 对象。

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

语法

声明
Public Function GetSource As Source
public Source GetSource()

返回值

类型:Microsoft.VisualStudio.Package.Source
返回从 CodeWindowManager 对象获取传递给 DocumentProperties 类构造函数的 Source 对象。

.NET Framework 安全性

请参见

参考

DocumentProperties 类

Microsoft.VisualStudio.Package 命名空间