Share via


LinkedObjectsFactory.GetLink(Object) Method

Definition

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

Returns

Applies to