XmlSerializationReader.Fixup.Ids 屬性

定義

取得或設定屬於 Source 屬性之物件的索引鍵陣列。回呼實作會負責將值填入這些屬性內。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property cli::array <System::String ^> ^ Ids { cli::array <System::String ^> ^ get(); };
public string?[]? Ids { get; }
public string[] Ids { get; }
member this.Ids : string[]
Public ReadOnly Property Ids As String()

屬性值

String[]

索引鍵的陣列。

備註

物件可以是 SOAP 編碼陣列或屬於對應至 SOAP 編碼訊息之 Web 服務方法的專案。

適用於