GraphSchema.FindProperty-Methode
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: System.String
Rückgabewert
Typ: Microsoft.VisualStudio.GraphModel.GraphProperty
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.