IContentResolutionService.SetContentDesignerState(String, ContentDesignerState) Método

Definição

Define o estado atual do espaço reservado do conteúdo identificado.Sets the current state of the identified content place holder.

public:
 void SetContentDesignerState(System::String ^ identifier, System::Web::UI::Design::ContentDesignerState state);
public void SetContentDesignerState (string identifier, System.Web.UI.Design.ContentDesignerState state);
abstract member SetContentDesignerState : string * System.Web.UI.Design.ContentDesignerState -> unit
Public Sub SetContentDesignerState (identifier As String, state As ContentDesignerState)

Parâmetros

identifier
String

O identificador para um espaço reservado de conteúdo.The identifier for a content place holder.

Aplica-se a

Confira também