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)

識別された内容プレースホルダーの現在の状態を設定します。

適用対象

こちらもご覧ください