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

プロパティ値

true ExternalNameScopeに対して名前の登録を行う必要がある場合は。親 XAML 名前スコープに名前の登録を行う必要がある場合はfalse。 既定値は false です。

適用対象