共用方式為


Diagnostic.Properties 屬性

定義

取得診斷的屬性包。 如果沒有專案,則會傳回 Empty 。 這可用來放置您想要傳遞的診斷特定資訊。 例如,對應修正程式。

public:
 virtual property System::Collections::Immutable::ImmutableDictionary<System::String ^, System::String ^> ^ Properties { System::Collections::Immutable::ImmutableDictionary<System::String ^, System::String ^> ^ get(); };
public virtual System.Collections.Immutable.ImmutableDictionary<string,string> Properties { get; }
public virtual System.Collections.Immutable.ImmutableDictionary<string,string?> Properties { get; }
member this.Properties : System.Collections.Immutable.ImmutableDictionary<string, string>
Public Overridable ReadOnly Property Properties As ImmutableDictionary(Of String, String)

屬性值

適用於