다음을 통해 공유


GraphSchema.FindProperty 메서드

GraphProperty에 지정 된 ID 가져옵니다.

네임스페이스:  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 네임스페이스