DebugTracerGraphModelHelper.ShouldTraceObject(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.
Whether should trace an object
public:
static bool ShouldTraceObject(System::Object ^ obj);
public static bool ShouldTraceObject (object obj);
static member ShouldTraceObject : obj -> bool
Public Function ShouldTraceObject (obj As Object) As Boolean
Parameters
- obj
- Object
GraphObject is the only object supported at this point. Can be nulls.