GraphSchema.FindPropertyByLabel Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the first GraphProperty with the specified label from this schema or any subschema.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function FindPropertyByLabel ( _
label As String _
) As GraphProperty
public GraphProperty FindPropertyByLabel(
string label
)
public:
GraphProperty^ FindPropertyByLabel(
String^ label
)
member FindPropertyByLabel :
label:string -> GraphProperty
public function FindPropertyByLabel(
label : String
) : GraphProperty
Parameters
- label
Type: System.String
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphProperty
The first property that has the given label. Null if no property was found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.