ThemeDictionaryExtension.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
屬性值
組件名稱字串。
備註
XAML 文字使用方式
如需 XAML 資訊,請參閱 ThemeDictionary 標記延伸。