Aracılığıyla paylaş


GraphNodeCollection.GetByProperty Yöntem

Belirtilen özellik değeri grafikte tüm düðümleri verir.

Ad alanı:  Microsoft.VisualStudio.GraphModel
Derleme:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll içinde)

Sözdizimi

'Bildirim
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>

Parametreler

Dönüş Değeri

Tür: System.Collections.Generic.IEnumerable<GraphNode>
Belirtilen özellik değerine sahip düğümler

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

GraphNodeCollection Sınıf

Microsoft.VisualStudio.GraphModel Ad Alanı