WebPart.IsIncludedFilter property
NOTE: This API is now obsolete.
取得或設定由IRuntimeFilter介面,以決定網頁組件頁面上,將會包含網頁組件中的參數。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<HtmlDesignerAttribute("MSO_DynamicBuilder")> _
<ObsoleteAttribute("Use AuthorizationFilter instead.")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property IsIncludedFilter As String
Get
Set
'用途
Dim instance As WebPart
Dim value As String
value = instance.IsIncludedFilter
instance.IsIncludedFilter = value
[HtmlDesignerAttribute("MSO_DynamicBuilder")]
[ObsoleteAttribute("Use AuthorizationFilter instead.")]
[WebPartStorageAttribute(Storage.Shared)]
public string IsIncludedFilter { get; set; }
Property value
Type: System.String
IRuntimeFilter 介面所使用的參數。
備註
網頁組件開發人員不需要操作此屬性 ;網頁組件基礎結構會處理其使用的所有詳細資料。
這個屬性無法依個別使用者個人化。WebPartStorageAttribute其值為Storage.Shared,這會指定屬性會儲存具有相同值的所有使用者。