共用方式為


GraphNodeCollection.GetByProperty 方法

傳回圖形中所有含有指定屬性值的節點。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public Function GetByProperty ( _
    property As GraphProperty, _
    value As Object _
) As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> GetByProperty(
    GraphProperty property,
    Object value
)
public:
IEnumerable<GraphNode^>^ GetByProperty(
    GraphProperty^ property, 
    Object^ value
)
member GetByProperty : 
        property:GraphProperty * 
        value:Object -> IEnumerable<GraphNode> 
public function GetByProperty(
    property : GraphProperty, 
    value : Object
) : IEnumerable<GraphNode>

參數

傳回值

型別:System.Collections.Generic.IEnumerable<GraphNode>
具有指定屬性值的節點

.NET Framework 安全性

請參閱

參考

GraphNodeCollection 類別

Microsoft.VisualStudio.GraphModel 命名空間