次の方法で共有


AttributedNetworkUsage.AttributionId プロパティ

定義

アプリの ID を取得します。

public:
 property Platform::String ^ AttributionId { Platform::String ^ get(); };
winrt::hstring AttributionId();
public string AttributionId { get; }
var string = attributedNetworkUsage.attributionId;
Public ReadOnly Property AttributionId As String

プロパティ値

String

Platform::String

winrt::hstring

アプリの ID。

Windows の要件

要件 説明
デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

システムに属性付けされたアクティビティは、AttributeId として空の文字列で報告されます。

適用対象