DesignerDocDataService::HasChild Method (String^)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
bool HasChild(
	String^ name
)

Parameters

name
Type: System::String^

The name of the requested child.

Return Value

Type: System::Boolean

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

Return to top
Show: