SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths 메서드 (IModelElement, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)
지정된 모델 요소에 대한 스키마 뷰 노드 경로를 반환합니다.
네임스페이스: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
어셈블리: Microsoft.VisualStudio.Data.Schema.Package(Microsoft.VisualStudio.Data.Schema.Package.dll)
구문
‘선언
Protected Function GetPathsFromGeneratorPaths ( _
element As IModelElement, _
<OutAttribute> ByRef added As IList(Of IList(Of ISchemaModelViewerNode)), _
<OutAttribute> ByRef updated As IList(Of IList(Of ISchemaModelViewerNode)), _
<OutAttribute> ByRef removed As IList(Of IList(Of ISchemaModelViewerNode)) _
) As Boolean
protected bool GetPathsFromGeneratorPaths(
IModelElement element,
out IList<IList<ISchemaModelViewerNode>> added,
out IList<IList<ISchemaModelViewerNode>> updated,
out IList<IList<ISchemaModelViewerNode>> removed
)
protected:
bool GetPathsFromGeneratorPaths(
IModelElement^ element,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% added,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% updated,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% removed
)
member GetPathsFromGeneratorPaths :
element:IModelElement *
added:IList<IList<ISchemaModelViewerNode>> byref *
updated:IList<IList<ISchemaModelViewerNode>> byref *
removed:IList<IList<ISchemaModelViewerNode>> byref -> bool
protected function GetPathsFromGeneratorPaths(
element : IModelElement,
added : IList<IList<ISchemaModelViewerNode>>,
updated : IList<IList<ISchemaModelViewerNode>>,
removed : IList<IList<ISchemaModelViewerNode>>
) : boolean
매개 변수
- element
형식: Microsoft.Data.Schema.SchemaModel.IModelElement
모델 요소입니다.
- added
형식: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
생성기 노드에서 만들어진 노드로 채웁니다.
- updated
형식: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
캐시의 노드로 채웁니다.
- removed
형식: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
생성기와 캐시 간에 일치하는 항목이 있는 노드로 채웁니다.
반환 값
형식: System.Boolean
경로가 반환되면 true이고, 그렇지 않으면 false입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
SchemaModelViewerControllerBaseInternal 클래스
GetPathsFromGeneratorPaths 오버로드
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 네임스페이스