ContentIndexer.GetIndexer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetIndexer() |
視需要取得現有的個別應用程式索引或建立新的索引。 |
GetIndexer(String) |
視需要取得具有指定名稱或建立新名稱的個別應用程式索引。 |
GetIndexer()
視需要取得現有的個別應用程式索引或建立新的索引。
public:
static ContentIndexer ^ GetIndexer();
/// [Windows.Foundation.Metadata.Overload("GetIndexer")]
static ContentIndexer GetIndexer();
[Windows.Foundation.Metadata.Overload("GetIndexer")]
public static ContentIndexer GetIndexer();
function getIndexer()
Public Shared Function GetIndexer () As ContentIndexer
傳回
索引。
- 屬性
另請參閱
適用於
GetIndexer(String)
視需要取得具有指定名稱或建立新名稱的個別應用程式索引。
public:
static ContentIndexer ^ GetIndexer(Platform::String ^ indexName);
/// [Windows.Foundation.Metadata.Overload("GetIndexerWithName")]
static ContentIndexer GetIndexer(winrt::hstring const& indexName);
[Windows.Foundation.Metadata.Overload("GetIndexerWithName")]
public static ContentIndexer GetIndexer(string indexName);
function getIndexer(indexName)
Public Shared Function GetIndexer (indexName As String) As ContentIndexer
參數
- indexName
-
String
Platform::String
winrt::hstring
索引名稱。
傳回
索引。
- 屬性
備註
應用程式可以提供 indexName 識別碼,其可用來分割其本身查詢的資料。 此識別碼包含在專案範圍中,這表示根據此範圍分割的速度會比使用 屬性篩選來得快。 此方法的成本是無法輕易地跨多個範圍查詢。