ProjectLink.GetLogicalProject 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 GetLogicalProject().
public:
abstract System::Collections::Generic::IEnumerable<Microsoft::Build::Construction::ProjectElement ^> ^ GetLogicalProject();
public abstract System.Collections.Generic.IEnumerable<Microsoft.Build.Construction.ProjectElement> GetLogicalProject ();
abstract member GetLogicalProject : unit -> seq<Microsoft.Build.Construction.ProjectElement>
Public MustOverride Function GetLogicalProject () As IEnumerable(Of ProjectElement)