ISchemaModelViewerFolderNode 인터페이스

이 인터페이스는 요소 형식을 포함하는 폴더 또는 기타 폴더를 나타냅니다.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
어셈블리:  Microsoft.VisualStudio.Data.Schema.Package(Microsoft.VisualStudio.Data.Schema.Package.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Interface ISchemaModelViewerFolderNode _
    Inherits ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public interface ISchemaModelViewerFolderNode : ISchemaModelViewerNode
[CLSCompliantAttribute(false)]
public interface class ISchemaModelViewerFolderNode : ISchemaModelViewerNode
[<CLSCompliantAttribute(false)>]
type ISchemaModelViewerFolderNode =  
    interface
        interface ISchemaModelViewerNode
    end
public interface ISchemaModelViewerFolderNode extends ISchemaModelViewerNode

ISchemaModelViewerFolderNode 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Caption 노드의 캡션을 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 Controller 이 노드를 담당하는 컨트롤러를 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 DatabaseProjectNode 이 노드가 연결된 데이터베이스 프로젝트 노드를 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 IsExpandable 이 노드가 확장 가능한지 여부를 나타내는 값을 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 NodeTypeId 노드 형식 ID를 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 OwningElement 폴더를 소유하는 모델 요소를 가져옵니다.
Public 속성 Parent 부모 노드를 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 Populator 채우기 대리자를 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 PropertiesObject 속성 브라우저에서 표시될 속성이 들어 있는 개체를 가져옵니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 Sorter 항목을 정렬하는 데 사용할 비교 대리자를 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)
Public 속성 Tag 추가 노드 정보 개체를 가져오거나 설정합니다. (ISchemaModelViewerNode에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 GetChildren 이 노드의 자식 노드를 가져옵니다. (ISchemaModelViewerNode에서 상속됨)
Public 메서드 GetIcon 노드에 대한 아이콘을 반환합니다. (ISchemaModelViewerNode에서 상속됨)
Public 메서드 InUse 노드 및 포함된 계층 구조 노드를 스키마 뷰에서 사용 중인 상태로 표시합니다. (ISchemaModelViewerNode에서 상속됨)

위쪽

참고 항목

참조

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 네임스페이스