This documentation is archived and is not being maintained.
ContentControl.IAddChild.AddChild Method
Visual Studio 2008
This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration Private Sub AddChild ( _ value As Object _ ) Implements IAddChild.AddChild 'Usage Dim instance As ContentControl Dim value As Object CType(instance, IAddChild).AddChild(value)
You cannot use methods in XAML.
Parameters
- value
- Type: System.Object
Implements
IAddChild.AddChild(Object)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.
Show: