ProjectTaskUtilIsReferenceOnly(IItem) Method
Return a value indicating whether the specified item is a reference
to an object only, and not the definitive object reference.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static bool IsReferenceOnly(
IItem item
)
Public Shared Function IsReferenceOnly (
item As IItem
) As Boolean
No code example is currently available or this language may not be supported.
- item IItem
-
Reference to the object to inspect.
Boolean
True if the item is a placeholder for the specified object only, and
not the actual object reference.