ClientApplicationWebPartBase.GetInitParams method
傳回以逗點分隔的字串索引鍵 / 值組,用來初始化會呈現 [網頁組件控制項。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Function GetInitParams As String
'用途
Dim returnValue As String
returnValue = Me.GetInitParams()
protected string GetInitParams()
傳回值
Type: System.String
初始化參數。
備註
從ClientApplicationWebPartBase衍生類別的**CreateChildControls()**方法通常呼叫這個方法。會傳回String是做為參數傳遞給GetContentControl(String)方法。
傳回的參數包含的 Web 網頁和表單摘要資訊] 頁面的 URL。如果已啟用外部應用程式提供者 」 (EAP),然後參數也包含外部應用程式用來對SharePoint Foundation的 Web 應用程式和要求轉送處理常式的 URL 提出要求的要求語彙基元。
請參閱
參照
ClientApplicationWebPartBase class