PersonalizationState.ApplyWebPartPersonalization(WebPart) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden, applies personalization data to the specified Web Parts control.
public:
abstract void ApplyWebPartPersonalization(System::Web::UI::WebControls::WebParts::WebPart ^ webPart);
public abstract void ApplyWebPartPersonalization (System.Web.UI.WebControls.WebParts.WebPart webPart);
abstract member ApplyWebPartPersonalization : System.Web.UI.WebControls.WebParts.WebPart -> unit
Public MustOverride Sub ApplyWebPartPersonalization (webPart As WebPart)
Parameters
- webPart
- WebPart
The Web Parts control to which personalization data is applied.
Remarks
This is the abstract definition of the method used to apply personalization data to a Web Parts control.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.