PersonalizationStateQuery.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定查詢參數的值。
public:
property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ queryKey); void set(System::String ^ queryKey, System::Object ^ value); };
public object this[string queryKey] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(queryKey As String) As Object
參數
- queryKey
- String
區分大小寫的查詢字串。 該值應當為下列其中一個:"PathToMatch"、"UserInactiveSinceDate" 或 "UsernameToMatch"。
屬性值
queryKey
參數表示的查詢參數值。
例外狀況
queryKey
為 null
。
備註
這個屬性是類別的預設索引子 PersonalizationStateQuery 。 它會傳回所指定的查詢參數值 queryKey
。 您可以使用 PersonalizationStateQuery.this["UsernameToMatch"]
、 PersonalizationStateQuery.this["PathToMatch"]
和 PersonalizationStateQuery.this["UserInactiveSinceDate"]
UsernameToMatch 分別設定、和 PathToMatch UserInactiveSinceDate 屬性。 當索引子中設定這三個屬性時,會針對適當的類型進行驗證。
如果不存在,則這個屬性 null
queryKey
會傳回。