CustomQueryParametersUpdateOptions.CustomQueryParameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含查詢參數的字串。
public:
property Platform::String ^ CustomQueryParameters { Platform::String ^ get(); };
winrt::hstring CustomQueryParameters();
public string CustomQueryParameters { get; }
var string = customQueryParametersUpdateOptions.customQueryParameters;
Public ReadOnly Property CustomQueryParameters As String
屬性值
包含查詢參數的字串。
備註
使用 CustomQueryParametersUpdateOptions 類別的建構函式設定查詢參數。