XamlObjectWriterSettings.RegisterNamesOnExternalNamescope Property

Definition

Gets or sets a value that determines whether name registration should occur against the specified 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

Property Value

true if name registration should occur against the ExternalNameScope; false if name registration should occur into the parent XAML namescope. The default is false.

Applies to