BamlLocalizableResourceKey.AssemblyName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得組件的名稱,這個組件會定義可當地語系化之資源的型別,如同其 ClassName 所宣告。
public:
property System::String ^ AssemblyName { System::String ^ get(); };
public string AssemblyName { get; }
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String
屬性值
組件的名稱。
備註
不需要元件名稱才能唯一識別 BAML 中的資源,但會在這裡提供方便。