IContentResolutionService 인터페이스

정의

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)

식별된 콘텐츠 자리 표시자의 현재 상태를 설정합니다.

적용 대상

추가 정보