IContentResolutionService 인터페이스

정의

Visual Studio 2005와 같은 디자인 호스트에 의해 제공될 경우, 디자인 타임에 콘텐츠 페이지로부터 마스터 페이지에 액세스하기 위한 인터페이스를 제공합니다.

public interface class IContentResolutionService
public interface IContentResolutionService
type IContentResolutionService = interface
Public Interface IContentResolutionService

구현자 참고

컨트롤 디자이너 또는 인터페이스를 구현하는 IContentResolutionService 클래스는 디자인 호스트에서 의 IContentResolutionService 가용성을 가정해서는 안 되며, 사용할 수 없는 경우 정상적으로 실패해야 합니다.

속성

ContentDefinitions

마스터 페이지에서 식별되는 콘텐츠 자리 표시자에 대한 ContentDefinition 개체를 가져옵니다.

메서드

GetContentDesignerState(String)

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

SetContentDesignerState(String, ContentDesignerState)

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

적용 대상

추가 정보