Reference.Id 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前 Reference 的 ID。
public:
property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string? Id { get; set; }
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String
屬性值
目前 Reference 的 ID。 預設為 null
。
備註
Id使用 屬性,將字串標識元新增至目前Reference專案的 XML 表示。 標識碼是用來參考另一個位置的專案 Reference 。