共用方式為


DistributedContextPropagator.Fields 屬性

定義

取得這個傳播器可能讀取或寫入的功能變數名稱集。

public:
 abstract property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ Fields { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyCollection<string> Fields { get; }
member this.Fields : System.Collections.Generic.IReadOnlyCollection<string>
Public MustOverride ReadOnly Property Fields As IReadOnlyCollection(Of String)

屬性值

將使用 DistributedContextPropagator的欄位清單。

適用於