言語

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)

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

適用対象

こちらもご覧ください