DesignerDocDataService.HasChild(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.