ProjectElementContainerLink.AddInitialChild 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.
Overloads
AddInitialChild(ProjectElement) |
Helps implementation of the AppendChild(ProjectElement). |
AddInitialChild(ProjectElementContainer, ProjectElement) |
ExternalProjectsProvider helpers |
AddInitialChild(ProjectElement)
Helps implementation of the AppendChild(ProjectElement).
public:
abstract void AddInitialChild(Microsoft::Build::Construction::ProjectElement ^ child);
public abstract void AddInitialChild (Microsoft.Build.Construction.ProjectElement child);
abstract member AddInitialChild : Microsoft.Build.Construction.ProjectElement -> unit
Public MustOverride Sub AddInitialChild (child As ProjectElement)
Parameters
- child
- ProjectElement
Applies to
AddInitialChild(ProjectElementContainer, ProjectElement)
ExternalProjectsProvider helpers
public:
static void AddInitialChild(Microsoft::Build::Construction::ProjectElementContainer ^ xml, Microsoft::Build::Construction::ProjectElement ^ child);
public static void AddInitialChild (Microsoft.Build.Construction.ProjectElementContainer xml, Microsoft.Build.Construction.ProjectElement child);
static member AddInitialChild : Microsoft.Build.Construction.ProjectElementContainer * Microsoft.Build.Construction.ProjectElement -> unit
Public Shared Sub AddInitialChild (xml As ProjectElementContainer, child As ProjectElement)
Parameters
- child
- ProjectElement