InputScopePhrase.AddChild(Object) Method

Definition

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

public:
 virtual void AddChild(System::Object ^ value);
public void AddChild (object value);
abstract member AddChild : obj -> unit
override this.AddChild : obj -> unit
Public Sub AddChild (value As Object)

Parameters

value
Object

An object to add as a child.

Implements

Applies to