IContentResolutionService Interface

Definition

Provides an interface for access to a master page from a content page at design time, if provided by a design host, such as Visual Studio 2005.

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

Notes to Implementers

A control designer, or a class implementing the IContentResolutionService interface, should not assume the availability of the IContentResolutionService from a design host and, if it is not available, should fail gracefully.

Properties

ContentDefinitions

Gets the ContentDefinition objects for the content placeholders that are identified in the master page.

Methods

GetContentDesignerState(String)

Retrieves the current state of the identified content place holder.

SetContentDesignerState(String, ContentDesignerState)

Sets the current state of the identified content place holder.

Applies to

See also