ComClassAttribute.InterfaceID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來唯一識別介面的介面 ID。
public:
property System::String ^ InterfaceID { System::String ^ get(); };
public string? InterfaceID { get; }
public string InterfaceID { get; }
member this.InterfaceID : string
Public ReadOnly Property InterfaceID As String
屬性值
唯讀。 字串,當建立 COM 物件時,編譯器可用來唯一識別類別的介面。
備註
建構函式會在套用至 類別時 ComClassAttribute
設定這個屬性。