ProjectPropertyLink Class

Definition

External projects support. Allow for creating a local representation to external object of type ProjectProperty

public ref class ProjectPropertyLink abstract
public abstract class ProjectPropertyLink
type ProjectPropertyLink = class
Public MustInherit Class ProjectPropertyLink
Inheritance
ProjectPropertyLink

Constructors

ProjectPropertyLink()

Properties

EvaluatedIncludeEscaped

Allow implement the EvaluatedValue for remoted objects.

IsEnvironmentProperty

Access to remote IsEnvironmentProperty.

IsGlobalProperty

Access to remote IsGlobalProperty.

IsImported

Access to remote IsImported.

IsReservedProperty

Access to remote IsReservedProperty.

Name

Access to remote Name. (note can not Use Xml.Name since for global properties Xml is null;

Predecessor

Access to remote Predecessor.

Project

Access to remote Project.

UnevaluatedValue

Access to remote UnevaluatedValue.

Xml

Access to remote Xml.

Methods

GetEvaluatedValueEscaped(ProjectProperty)

Helper utility for External projects provider implementation to get access of the EvaluatedValueEscaped

Applies to