XamlObjectWriterSettings.RegisterNamesOnExternalNamescope 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值決定是否應該向指定的 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
。