ProjectRootElementLink.CreateOutputElement(String, String, 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 CreateOutputElement(String, String, String).
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