共用方式為


GraphSchema.FindProperty 方法

取得具有指定 ID 的 GraphProperty.

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

語法

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

參數

  • id
    類型:String

    衍生的 GraphProperty 的唯一 ID。

傳回值

類型:Microsoft.VisualStudio.GraphModel.GraphProperty
相符的 GraphProperty 或,如果找不到則為 null。

.NET Framework 安全性

請參閱

參考

GraphSchema 類別

Microsoft.VisualStudio.GraphModel 命名空間