ModelingWindowPane.CountObjects 方法
計算視窗窗格或目前選取範圍中的項目數目。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public Function CountObjects ( _
flags As UInteger, _
<OutAttribute> ByRef count As UInteger _
) As Integer
public int CountObjects(
uint flags,
out uint count
)
參數
- flags
類型:System.UInt32
1 表示要計算窗格中的所有項目 (呼叫 CountAllObjects);2 表示要計算窗格中的已選取項目 (呼叫 CountSelectedObjects)。
- count
類型:System.UInt32%
[out] 要計算的項目數目。
傳回值
類型:System.Int32
如果方法成功,它會傳回 S_OK。如果失敗,它就會傳回錯誤碼。
實作
ISelectionContainer.CountObjects(UInt32, UInt32%)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。