TagPrefixInfo.Assembly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定包含控制項實作的組件名稱。
public:
property System::String ^ Assembly { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("assembly")]
public string Assembly { get; set; }
[<System.Configuration.ConfigurationProperty("assembly")>]
member this.Assembly : string with get, set
Public Property Assembly As String
屬性值
組件的名稱 (不含副檔名)。 預設為空字串。
- 屬性
範例
下列程式碼範例示範如何使用 Assembly 屬性。 此程式碼範例是提供給 類別之較大範例的 PagesSection 一部分。
備註
這個屬性會指定 控制項所在的元件。 它只適用于自訂控制項,如果控制項位於應用程式程式碼目錄中,則不需要。