ProjectElementContainerLink Class

Definition

External projects support. Allow for creating a local representation to external construction objects derived from ProjectElementContainer

public ref class ProjectElementContainerLink abstract : Microsoft::Build::ObjectModelRemoting::ProjectElementLink
public abstract class ProjectElementContainerLink : Microsoft.Build.ObjectModelRemoting.ProjectElementLink
type ProjectElementContainerLink = class
    inherit ProjectElementLink
Public MustInherit Class ProjectElementContainerLink
Inherits ProjectElementLink
Inheritance
ProjectElementContainerLink
Derived

Constructors

ProjectElementContainerLink()

Properties

Attributes

Supports CopyFrom(ProjectElement).

(Inherited from ProjectElementLink)
ContainingProject

Access to remote ContainingProject.

(Inherited from ProjectElementLink)
Count

Access to remote Count.

ElementName

Access to remote ElementName.

(Inherited from ProjectElementLink)
ExpressedAsAttribute

Access to remote Microsoft.Build.Construction.ProjectElement.ExpressedAsAttribute.

(Inherited from ProjectElementLink)
FirstChild

Access to remote FirstChild.

LastChild

Access to remote LastChild.

Location

Access to remote Location.

(Inherited from ProjectElementLink)
NextSibling

Access to remote NextSibling.

(Inherited from ProjectElementLink)
OuterElement

Access to remote OuterElement.

(Inherited from ProjectElementLink)
Parent

Access to remote Parent.

(Inherited from ProjectElementLink)
PreviousSibling

Access to remote PreviousSibling.

(Inherited from ProjectElementLink)
PureText

Supports CopyFrom(ProjectElement). return raw xml content of the element if it has exactly 1 text child

(Inherited from ProjectElementLink)

Methods

AddInitialChild(ProjectElement)

Helps implementation of the AppendChild(ProjectElement).

AddInitialChild(ProjectElementContainer, ProjectElement)

ExternalProjectsProvider helpers

CopyFrom(ProjectElement)

Facilitate remoting to remote CopyFrom(ProjectElement).

(Inherited from ProjectElementLink)
CreateNewInstance(ProjectRootElement)

Facilitate remoting to remote CreateNewInstance(ProjectRootElement).

(Inherited from ProjectElementLink)
DeepClone(ProjectElementContainer, ProjectRootElement, ProjectElementContainer)
DeepClone(ProjectRootElement, ProjectElementContainer)

helps implementation the DeepCopyFrom(ProjectElementContainer).

GetAttributeLocation(String)

Required to implement Attribute access for remote element.

(Inherited from ProjectElementLink)
GetAttributeValue(String, Boolean)

Required to implement Attribute access for remote element.

(Inherited from ProjectElementLink)
InsertAfterChild(ProjectElement, ProjectElement)

Facilitate remoting the InsertAfterChild(ProjectElement, ProjectElement).

InsertBeforeChild(ProjectElement, ProjectElement)

Facilitate remoting the InsertBeforeChild(ProjectElement, ProjectElement).

RemoveChild(ProjectElement)

Facilitate remoting the RemoveChild(ProjectElement).

SetOrRemoveAttribute(String, String, Boolean, String, String)

Required to implement Attribute access for remote element.

(Inherited from ProjectElementLink)

Applies to