TypeBrowserDialog.ISite.Name 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與型別瀏覽器對話方塊關聯的元件名稱。
property System::String ^ System::ComponentModel::ISite::Name { System::String ^ get(); void set(System::String ^ value); };
string System.ComponentModel.ISite.Name { get; set; }
member this.System.ComponentModel.ISite.Name : string with get, set
Property Name As String Implements ISite.Name
屬性值
與型別瀏覽器對話方塊關聯的元件名稱。
實作
備註
這個屬性是必要的,因為 TypeBrowserDialog 會實作 ISite。