ContainerControlDesigner.GetPersistenceContent 方法

定义

在设计时返回控件的持久内容。Returns the persistable content of the control at design time.

public:
 override System::String ^ GetPersistenceContent();
public override string GetPersistenceContent ();
override this.GetPersistenceContent : unit -> string
Public Overrides Function GetPersistenceContent () As String

返回

String

null.null.

注解

GetPersistenceContent方法返回 null ,以指示该类没有 ContainerControlDesigner 持久化内部内容。The GetPersistenceContent method returns null to indicate that the ContainerControlDesigner class does not have persisted inner content.

适用于

另请参阅