Share via


ProjectRootElementLink.CreateOutputElement(String, String, String) Method

Definition

public:
 abstract Microsoft::Build::Construction::ProjectOutputElement ^ CreateOutputElement(System::String ^ taskParameter, System::String ^ itemType, System::String ^ propertyName);
public abstract Microsoft.Build.Construction.ProjectOutputElement CreateOutputElement (string taskParameter, string itemType, string propertyName);
abstract member CreateOutputElement : string * string * string -> Microsoft.Build.Construction.ProjectOutputElement
Public MustOverride Function CreateOutputElement (taskParameter As String, itemType As String, propertyName As String) As ProjectOutputElement

Parameters

taskParameter
String
itemType
String
propertyName
String

Returns

Applies to