ControlDesigner.GetPersistInnerHtml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202
擷取控制項的永久性內部 HTML 標記。
public:
virtual System::String ^ GetPersistInnerHtml();
public virtual string GetPersistInnerHtml ();
[System.Obsolete("The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual string GetPersistInnerHtml ();
abstract member GetPersistInnerHtml : unit -> string
override this.GetPersistInnerHtml : unit -> string
[<System.Obsolete("The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member GetPersistInnerHtml : unit -> string
override this.GetPersistInnerHtml : unit -> string
Public Overridable Function GetPersistInnerHtml () As String
傳回
永久性的控制項內部 HTML 標記。
- 屬性
備註
注意
方法 GetPersistInnerHtml 已過時。 使用 GetPersistenceContent 方法取得對等的控件設計工具功能。