DocumentProperties.CountObjects 方法

返回此 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 Overridable Function CountObjects ( _
    flags As UInteger, _
    <OutAttribute> ByRef pc As UInteger _
) As Integer
public virtual int CountObjects(
    uint flags,
    out uint pc
)

参数

返回值

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

实现

ISelectionContainer.CountObjects(UInt32, UInt32%)

备注

此方法用于处理多个可选的对象。 属性 窗口。语言服务自动通常需要这一 DocumentProperties 对象并仅基本该方法处理。

此方法是 CountObjects 方法的实现。 ISelectionContainer 接口的。

,如果 DocumentProperties 对象是可见的,基方法返回计数 1;否则,基方法返回 0。该基方法始终返回 S_OK成功代码。

.NET Framework 安全性

请参见

参考

DocumentProperties 类

Microsoft.VisualStudio.Package 命名空间