Language

AppManagedIndexableAppContent.ContentRegions Property

Definition

public:
 property IVectorView<AppIndexContentRegion ^> ^ ContentRegions { IVectorView<AppIndexContentRegion ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVectorView<AppIndexContentRegion> ContentRegions();
[Windows.Foundation.Metadata.Experimental]
public IReadOnlyList<AppIndexContentRegion> ContentRegions { [Windows.Foundation.Metadata.Experimental] get; }
var iVectorView = appManagedIndexableAppContent.contentRegions;
Public ReadOnly Property ContentRegions As IReadOnlyList(Of AppIndexContentRegion)

Property Value

Attributes

Applies to