PersonalizationState.WebPartManager Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une référence au contrôle WebPartManager actuellement associé à l'instance d'état de personnalisation.
public:
property System::Web::UI::WebControls::WebParts::WebPartManager ^ WebPartManager { System::Web::UI::WebControls::WebParts::WebPartManager ^ get(); };
public System.Web.UI.WebControls.WebParts.WebPartManager WebPartManager { get; }
member this.WebPartManager : System.Web.UI.WebControls.WebParts.WebPartManager
Public ReadOnly Property WebPartManager As WebPartManager
Valeur de propriété
Objet WebPartManager associé au PersonalizationState.
Remarques
Le WebPartManager contrôle est l’objet utilisé comme paramètre pour le constructeur qui crée l' PersonalizationState objet.