ProjectLink.GetLogicalProject Method

Definition

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)

Returns

Applies to