共用方式為


SPFormCollection.Item property (String)

取得位於指定的 URL,從集合的表單。在 C# 中,這個屬性會是SPFormCollection類別的索引子。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Default Property Item ( _
    url As String _
) As SPForm
    Get
'用途
Dim instance As SPFormCollection
Dim url As String
Dim value As SPForm

value = instance(url)
public SPForm this[
    string url
] { get; }

參數

Property value

Type: Microsoft.SharePoint.SPForm
Microsoft.SharePoint.SPForm 物件,表示表單。

備註

如果表單不存在於指定的 URL, Item屬性會傳回ArgumentException 。

請參閱

參照

SPFormCollection class

SPFormCollection members

Item overload

Microsoft.SharePoint namespace