다음을 통해 공유


DocumentChangeInfo.ChangedDocumentIds Property

Definition

Returns the set of document IDs that have been changed as part of this notification.

public System.Collections.Generic.ICollection<string> ChangedDocumentIds { [Android.Runtime.Register("getChangedDocumentIds", "()Ljava/util/Set;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getChangedDocumentIds", "()Ljava/util/Set;", "", ApiSince=33)>]
member this.ChangedDocumentIds : System.Collections.Generic.ICollection<string>

Property Value

Attributes

Remarks

Returns the set of document IDs that have been changed as part of this notification.

This will never be empty.

Java documentation for android.app.appsearch.observer.DocumentChangeInfo.getChangedDocumentIds().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to