DesignerDocDataService.HasChild(String) Method

Definition

Determines whether or not there is a child DocData with a given name.

public:
 bool HasChild(System::String ^ name);
public:
 bool HasChild(Platform::String ^ name);
bool HasChild(std::wstring const & name);
public bool HasChild (string name);
member this.HasChild : string -> bool
Public Function HasChild (name As String) As Boolean

Parameters

name
String

The name of the requested child.

Returns

true if the given child exists in the project, otherwise false.

Applies to