System.Windows.Markup Names ...


.NET Framework Class Library
IAddChild Interface

Provides a means to parse elements which permit child elements or text.

Namespace:  System.Windows.Markup
Assembly:  PresentationCore (in PresentationCore.dll)
Syntax

Visual Basic (Declaration)
Public Interface IAddChild
Visual Basic (Usage)
Dim instance As IAddChild
C#
public interface IAddChild
Visual C++
public interface class IAddChild
JScript
public interface IAddChild
XAML
Interfaces cannot be used directly in XAML; see types that implement this interface.
Remarks

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.

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Other Resources

Tags :


Page view tracker