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
)
参数
- flags
类型:System.UInt32
[in] 这是 GETOBJS_ALL 显示所有对象的或 GETOBJS_SELECTED 只计算选定的对象。
- pc
类型:System.UInt32%
[out] 返回对象的数目。
返回值
类型:System.Int32
如果成功,则返回; S_OK否则,返回错误代码。
实现
ISelectionContainer.CountObjects(UInt32, UInt32%)
备注
此方法用于处理多个可选的对象。 属性 窗口。语言服务自动通常需要这一 DocumentProperties 对象并仅基本该方法处理。
此方法是 CountObjects 方法的实现。 ISelectionContainer 接口的。
,如果 DocumentProperties 对象是可见的,基方法返回计数 1;否则,基方法返回 0。该基方法始终返回 S_OK成功代码。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。