共用方式為


SPPushNotificationSubscriberCollection.Item property

從集合中指定索引處取得 「 通知訂閱者 」。

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

Syntax

'宣告
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPPushNotificationSubscriber
    Get
'用途
Dim instance As SPPushNotificationSubscriberCollection
Dim index As Integer
Dim value As SPPushNotificationSubscriber

value = instance(index)
public SPPushNotificationSubscriber this[
    int index
] { get; }

參數

  • index
    Type: System.Int32

    要取得 「 通知訂閱者 」 的來源索引。

Property value

Type: Microsoft.SharePoint.SPPushNotificationSubscriber
透過站台的 「 通知訂閱者 」。

請參閱

參照

SPPushNotificationSubscriberCollection class

SPPushNotificationSubscriberCollection members

Microsoft.SharePoint namespace