共用方式為


XamlObjectWriterSettings.RegisterNamesOnExternalNamescope 屬性

定義

取得或設定值,這個值決定是否應該向指定的 ExternalNameScope 進行名稱註冊。

public:
 property bool RegisterNamesOnExternalNamescope { bool get(); void set(bool value); };
public bool RegisterNamesOnExternalNamescope { get; set; }
member this.RegisterNamesOnExternalNamescope : bool with get, set
Public Property RegisterNamesOnExternalNamescope As Boolean

屬性值

如果應該向 ExternalNameScope 進行名稱註冊,則為 true。如果應該到父代 XAML 名稱範圍中進行名稱註冊,則為 false。 預設為 false

適用於