LinkedObjectsFactory.IsLocal(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.
Check if an msbuild object is local (aka not from External Project)
public:
static bool IsLocal(System::Object ^ obj);
public static bool IsLocal (object obj);
static member IsLocal : obj -> bool
Public Shared Function IsLocal (obj As Object) As Boolean
Parameters
- obj
- Object