Freigeben über


GraphSchema.FindProperty-Methode

Ruft das GraphProperty mit der angegebenen ID ab

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Function FindProperty ( _
    id As String _
) As GraphProperty
public GraphProperty FindProperty(
    string id
)
public:
GraphProperty^ FindProperty(
    String^ id
)
member FindProperty : 
        id:string -> GraphProperty
public function FindProperty(
    id : String
) : GraphProperty

Parameter

  • id
    Typ: String

    Eindeutige ID des GraphProperty zu erhalten.

Rückgabewert

Typ: Microsoft.VisualStudio.GraphModel.GraphProperty
Das entsprechende GraphProperty oder NULL, wenn Sie nicht gefunden werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphSchema Klasse

Microsoft.VisualStudio.GraphModel-Namespace