共用方式為


CompartmentShape.FindCompartments 方法

區間的搜尋。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Public Overridable Function FindCompartments ( _
    listKey As Type _
) As List(Of Compartment)
public virtual List<Compartment> FindCompartments(
    Type listKey
)

參數

  • listKey
    型別:System.Type
    指派給區間的索引鍵。

傳回值

型別:System.Collections.Generic.List<Compartment>
區間。 否則,如果找不到任何區間為 null。

.NET Framework 安全性

請參閱

參考

CompartmentShape 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間