XmlnsDefinitionAttribute.AssemblyName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與屬性相關聯的組件名稱。
public:
property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String
屬性值
組件名稱。
備註
如果未在屬性本身中設定元件名稱,則您應該根據套用屬性的元件來判斷資訊。 這可以使用反映 API 來完成,或可能透過存取 XAML 架構內容來完成。