Compartilhar via


IContentResolutionService.GetContentDesignerState(String) Método

Definição

Recupera o estado atual do espaço reservado do conteúdo identificado.

public:
 System::Web::UI::Design::ContentDesignerState GetContentDesignerState(System::String ^ identifier);
public System.Web.UI.Design.ContentDesignerState GetContentDesignerState (string identifier);
abstract member GetContentDesignerState : string -> System.Web.UI.Design.ContentDesignerState
Public Function GetContentDesignerState (identifier As String) As ContentDesignerState

Parâmetros

identifier
String

O identificador para um espaço reservado de conteúdo.

Retornos

O estado atual do espaço reservado do conteúdo identificado.

Aplica-se a

Confira também