LinkedObjectsFactory.GetLink(Object) 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.
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.
public:
static System::Object ^ GetLink(System::Object ^ obj);
public static object GetLink (object obj);
static member GetLink : obj -> obj
Public Shared Function GetLink (obj As Object) As Object
Parameters
- obj
- Object