JsonPropertyInfo.AssociatedParameter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與目前屬性相關聯的建構函式參數。
public:
property System::Text::Json::Serialization::Metadata::JsonParameterInfo ^ AssociatedParameter { System::Text::Json::Serialization::Metadata::JsonParameterInfo ^ get(); };
public System.Text.Json.Serialization.Metadata.JsonParameterInfo? AssociatedParameter { get; }
member this.AssociatedParameter : System.Text.Json.Serialization.Metadata.JsonParameterInfo
Public ReadOnly Property AssociatedParameter As JsonParameterInfo
屬性值
備註
傳回 中 參數的 JsonParameterInfo 元數據
已與目前屬性相關聯的還原串行化建構函式。
如果建構函式參數屬於 ,則會比對屬性或欄位
相同類型且具有相同的名稱,最多不區分大小寫。 每個建構函式
參數必須完全符合欄位的一個屬性。