ModelingWindowPane.CountObjects 方法
計算視窗窗格中,或目前的選取範圍中的元素數目。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。