IIndexableContent Interface

Definition

Represents app content and properties that can be added to the ContentIndexer.

public interface class IIndexableContent
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3438387295, 54453, 18490, 176, 110, 224, 219, 30, 196, 32, 228)]
struct IIndexableContent
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3438387295, 54453, 18490, 176, 110, 224, 219, 30, 196, 32, 228)]
public interface IIndexableContent
Public Interface IIndexableContent
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Id

Gets or sets the identifier for the content properties in the IIndexableContent object. Changes to the actual representation of the item in the index can be made using the ContentIndexer class.

Properties

Gets the content properties.

Stream

Gets or sets a stream that provides full-text content. Changes to the actual representation of the item in the index can be made using the ContentIndexer class.

StreamContentType

Specifies the type of content in the Stream.

Applies to

See also