LinkedObjectsFactory.Get(ProjectCollection) 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.
Acquire a LinkedObjectsFactory instance for a given ProjectCollection. Allows creating a local MSBuild OM objects representing externally hosted Projects.
public:
static Microsoft::Build::ObjectModelRemoting::LinkedObjectsFactory ^ Get(Microsoft::Build::Evaluation::ProjectCollection ^ collection);
public static Microsoft.Build.ObjectModelRemoting.LinkedObjectsFactory Get (Microsoft.Build.Evaluation.ProjectCollection collection);
static member Get : Microsoft.Build.Evaluation.ProjectCollection -> Microsoft.Build.ObjectModelRemoting.LinkedObjectsFactory
Public Shared Function Get (collection As ProjectCollection) As LinkedObjectsFactory
Parameters
- collection
- ProjectCollection