IContentResolutionService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Visual Studio 2005와 같이 디자인 호스트에서 제공하는 경우 디자인 타임에 콘텐츠 페이지에서 마스터 페이지에 액세스할 수 있는 인터페이스를 제공합니다.
public interface class IContentResolutionService
public interface IContentResolutionService
type IContentResolutionService = interface
Public Interface IContentResolutionService
구현자 참고
컨트롤 디자이너 또는 인터페이스를 구현하는 IContentResolutionService 클래스는 디자인 호스트의 IContentResolutionService 가용성을 가정해서는 안 되며, 사용할 수 없는 경우 정상적으로 실패해야 합니다.
속성
| Name | Description |
|---|---|
| ContentDefinitions |
ContentDefinition 마스터 페이지에서 식별되는 콘텐츠 개체 틀의 개체를 가져옵니다. |
메서드
| Name | Description |
|---|---|
| GetContentDesignerState(String) |
식별된 콘텐츠 자리 표시자의 현재 상태를 검색합니다. |
| SetContentDesignerState(String, ContentDesignerState) |
식별된 콘텐츠 자리 표시자의 현재 상태를 설정합니다. |