ComponentMetadata.ComponentId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定報告部分的唯一識別碼。
public:
property Nullable<Guid> ComponentId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Xml.Serialization.XmlElement]
public Guid? ComponentId { get; set; }
[<System.Xml.Serialization.XmlElement>]
member this.ComponentId : Nullable<Guid> with get, set
Public Property ComponentId As Nullable(Of Guid)
屬性值
Nullable<T> 物件。
- 屬性