ProjectRootElementLink.CreateWhenElement(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.
Facilitate remoting the CreateWhenElement(String).
public:
abstract Microsoft::Build::Construction::ProjectWhenElement ^ CreateWhenElement(System::String ^ condition);
public abstract Microsoft.Build.Construction.ProjectWhenElement CreateWhenElement (string condition);
abstract member CreateWhenElement : string -> Microsoft.Build.Construction.ProjectWhenElement
Public MustOverride Function CreateWhenElement (condition As String) As ProjectWhenElement
Parameters
- condition
- String