XmlSerializationReader.Fixup.Ids 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定屬於 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 服務方法的專案。