Provides a means to parse elements which permit child elements or text.
Namespace:
System.Windows.Markup
Assembly:
PresentationCore (in PresentationCore.dll)
Visual Basic (Declaration)
Public Interface IAddChild
Dim instance As IAddChild
public interface IAddChild
public interface class IAddChild
public interface IAddChild
Interfaces cannot be used directly in XAML; see types that implement this interface.
The main use of IAddChild is to support FrameworkElementFactory.
For purposes of establishing or defining a content property or content model, IAddChild is obsolete. Apply the ContentPropertyAttribute to a custom class instead.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference
Other Resources