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.
Provide facility to ExternalProjectsProvider implementation
to create local OM objects based on the remote link.
These object are fully useful for associated Collection.
Acquire a LinkedObjectsFactory instance for a given ProjectCollection.
Allows creating a local MSBuild OM objects representing externally hosted Projects.
Get the underlying "link" proxy for a given MSBuild object model object (null if it is not linked).
can be used by ExternalProjectsProvider to prevent double linking when implementing remote calls.