GraphSchema.FindPropertyByLabel 方法

從這個結構描述 (或任何子模式取得具有指定之標籤的第一 GraphProperty。

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

語法

'宣告
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

參數

傳回值

型別:Microsoft.VisualStudio.GraphModel.GraphProperty
具有指定之標籤的第一個屬性。如果找不到,則為 Null 屬性。

.NET Framework 安全性

請參閱

參考

GraphSchema 類別

Microsoft.VisualStudio.GraphModel 命名空間