Share via


ActivityCreationOptions<T>.SamplingTags プロパティ

定義

サンプリング プロセス中にタグを追加するために使用されるコレクションを取得します。 追加されたタグは、作成されたアクティビティが ActivityListener コールバックによって作成される必要があると判断された場合には、それにも追加されます。

public:
 property System::Diagnostics::ActivityTagsCollection ^ SamplingTags { System::Diagnostics::ActivityTagsCollection ^ get(); };
public System.Diagnostics.ActivityTagsCollection SamplingTags { get; }
member this.SamplingTags : System.Diagnostics.ActivityTagsCollection
Public ReadOnly Property SamplingTags As ActivityTagsCollection

プロパティ値

Activity タグ コレクション。

適用対象