IContentResolutionService Interface
.NET Framework (current version)
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.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | ContentDefinitions | Gets the ContentDefinition objects for the content placeholders that are identified in the master page. |
| Name | Description | |
|---|---|---|
![]() | 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. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show:

