WebPartManagerInternals.SetIsStandalone(WebPart, Boolean) Méthode
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.
Définit la propriété IsStandalone d'un contrôle WebPart.
public:
void SetIsStandalone(System::Web::UI::WebControls::WebParts::WebPart ^ webPart, bool isStandalone);
public void SetIsStandalone (System.Web.UI.WebControls.WebParts.WebPart webPart, bool isStandalone);
member this.SetIsStandalone : System.Web.UI.WebControls.WebParts.WebPart * bool -> unit
Public Sub SetIsStandalone (webPart As WebPart, isStandalone As Boolean)
Paramètres
- webPart
- WebPart
WebPart pour lequel cette méthode définit la propriété IsStandalone.
- isStandalone
- Boolean
Valeur booléenne qui indique si webPart
est un contrôle autonome.
Remarques
La SetIsStandalone méthode définit la IsStandalone propriété . Lorsque cette propriété est définie true
sur sur un WebPart contrôle, cela signifie que le contrôle n’est pas contenu dans une WebPartZoneBase zone.