共用方式為


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
)

參數

  • count
    類型:System.UInt32%
    [out] 要計算的項目數目。

傳回值

類型:System.Int32
如果方法成功,它會傳回 S_OK。如果失敗,它就會傳回錯誤碼。

實作

ISelectionContainer.CountObjects(UInt32, UInt32%)

.NET Framework 安全性

請參閱

參考

ModelingWindowPane 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間