共用方式為


ClientWebPartPropertyCollection.Item property

取得由 PropertyName 的屬性。

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

Syntax

'宣告
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As ClientWebPartProperty
    Get
'用途
Dim instance As ClientWebPartPropertyCollection
Dim propertyName As String
Dim value As ClientWebPartProperty

value = instance(propertyName)
public ClientWebPartProperty this[
    string propertyName
] { get; }

參數

Property value

Type: Microsoft.SharePoint.WebPartPages.ClientWebPartProperty

請參閱

參照

ClientWebPartPropertyCollection class

ClientWebPartPropertyCollection members

Microsoft.SharePoint.WebPartPages namespace