다음을 통해 공유


CustomQueryParametersUpdateOptions 클래스

정의

에 대한 호출에 대한 쿼리 매개 변수 및 관련 메타데이터를 SetCustomQueryParameters(CustomQueryParametersUpdateOptions)전달합니다.

public ref class CustomQueryParametersUpdateOptions sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptionsFactory, 262144, "Microsoft.Windows.Widgets.WidgetContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CustomQueryParametersUpdateOptions final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptionsFactory), 262144, "Microsoft.Windows.Widgets.WidgetContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CustomQueryParametersUpdateOptions
function CustomQueryParametersUpdateOptions(feedProviderDefinitionId, customQueryParameters)
Public NotInheritable Class CustomQueryParametersUpdateOptions
상속
Object Platform::Object IInspectable CustomQueryParametersUpdateOptions
특성

설명

위젯 보드가 피드 콘텐츠를 요청할 때 쿼리 매개 변수가 원격 피드 공급자 URI에 전달됩니다. 이렇게 하면 인증 토큰을 원격 서비스에 전달하는 등의 시나리오를 사용할 수 있습니다.

생성자

CustomQueryParametersUpdateOptions(String, String)

CustomQueryParametersUpdateOptions 클래스의 새 instance 초기화합니다.

속성

CustomQueryParameters

쿼리 매개 변수를 포함하는 문자열을 가져옵니다.

FeedProviderDefinitionId

쿼리 매개 변수 업데이트와 연결된 피드의 고유 식별자를 가져옵니다.

적용 대상