共用方式為


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
)

參數

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

傳回值

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

實作

ISelectionContainer.CountObjects(UInt32, UInt32%)

.NET Framework 安全性

請參閱

參考

ModelingWindowPane 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間