ProjectRootElementLink.CreateImportElement(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 CreateImportElement(String).
public:
abstract Microsoft::Build::Construction::ProjectImportElement ^ CreateImportElement(System::String ^ project);
public abstract Microsoft.Build.Construction.ProjectImportElement CreateImportElement (string project);
abstract member CreateImportElement : string -> Microsoft.Build.Construction.ProjectImportElement
Public MustOverride Function CreateImportElement (project As String) As ProjectImportElement
Parameters
- project
- String