Note
For more details see the Auto Appending section at the description of the DynamicResourceManager class.
public AutoAppendOptions AutoAppend { get; set; }Public Property AutoAppend As AutoAppendOptions
Get
Setpublic:
property AutoAppendOptions AutoAppend {
AutoAppendOptions get ();
void set (AutoAppendOptions value);
}member AutoAppend : AutoAppendOptions with get, setAuto appending affects the resources only. Metadata are never merged.
Auto appending options are ignored if Source is CompiledOnly
| InvalidOperationException | The property is set and UseLanguageSettings is . |