IExplorerViewItem 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ViewItem 속성을 활성화하는 클래스를 나타냅니다.
public interface class IExplorerViewItem : Microsoft::SqlServer::Management::Explorer::IExplorerItem
public interface IExplorerViewItem : Microsoft.SqlServer.Management.Explorer.IExplorerItem
type IExplorerViewItem = interface
interface IExplorerItem
Public Interface IExplorerViewItem
Implements IExplorerItem
- 구현
속성
| DisplayName |
속성의 표시 이름을 가져옵니다. |
| EntityIdentity |
탐색기에서 엔터티 ID의 문자열 값을 가져옵니다. (다음에서 상속됨 IExplorerItem) |
| Identity |
이 항목을 고유하게 식별하는 ID를 가져옵니다. (다음에서 상속됨 IExplorerItem) |
| Image |
ExplorerView 컨트롤에 표시되는 항목의 아이콘을 가져옵니다. |
| StateImage |
ExplorerView 컨트롤의 지정된 이미지 위치를 가져옵니다. |
| Tag |
항목에 대한 데이터를 포함하는 개체를 가져옵니다. |
메서드
| GetEntity() |
탐색기의 엔터티를 검색합니다. (다음에서 상속됨 IExplorerItem) |
| GetPropertyValue(String) |
속성 이름을 나타내는 지정한 문자열을 나타냅니다. (다음에서 상속됨 IExplorerItem) |