다음을 통해 공유


Graph.AllSchemas 속성

모든 알려진된 스키마를 고유한 목록을 반환합니다.

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Public ReadOnly Property AllSchemas As IEnumerable(Of GraphSchema)
public IEnumerable<GraphSchema> AllSchemas { get; }
public:
property IEnumerable<GraphSchema^>^ AllSchemas {
    IEnumerable<GraphSchema^>^ get ();
}
member AllSchemas : IEnumerable<GraphSchema> with get
function get AllSchemas () : IEnumerable<GraphSchema>

속성 값

형식: IEnumerable<GraphSchema>

.NET Framework 보안

참고 항목

참조

Graph 클래스

Microsoft.VisualStudio.GraphModel 네임스페이스