ProjectRootElementLink.CreateItemElement 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.
Overloads
CreateItemElement(String) |
Facilitate remoting the CreateItemElement(String). |
CreateItemElement(String, String) |
Facilitate remoting the CreateItemElement(String, String). |
CreateItemElement(String)
- Source:
- ProjectRootElementLink.cs
Facilitate remoting the CreateItemElement(String).
public:
abstract Microsoft::Build::Construction::ProjectItemElement ^ CreateItemElement(System::String ^ itemType);
public abstract Microsoft.Build.Construction.ProjectItemElement CreateItemElement (string itemType);
abstract member CreateItemElement : string -> Microsoft.Build.Construction.ProjectItemElement
Public MustOverride Function CreateItemElement (itemType As String) As ProjectItemElement
Parameters
- itemType
- String
Returns
Applies to
CreateItemElement(String, String)
- Source:
- ProjectRootElementLink.cs
Facilitate remoting the CreateItemElement(String, String).
public:
abstract Microsoft::Build::Construction::ProjectItemElement ^ CreateItemElement(System::String ^ itemType, System::String ^ include);
public abstract Microsoft.Build.Construction.ProjectItemElement CreateItemElement (string itemType, string include);
abstract member CreateItemElement : string * string -> Microsoft.Build.Construction.ProjectItemElement
Public MustOverride Function CreateItemElement (itemType As String, include As String) As ProjectItemElement
Parameters
- itemType
- String
- include
- String