TargetItem class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name TargetItem class
Class ID 95
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


The TargetItem class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide TargetItem Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
TargetItem Properties Table
Property ID Long Name (English) Description R/W RTE
6851E800ClassRead OnlyNo
6851E801ApplicationThe application instance opened by the target to edit and run VIs.Read OnlyYes
6851E802PreferencesRead OnlyNo
6851E803Build SpecificationsReturns a reference to Build Specifications under the current target in the Project Explorer window. You can use this reference with the ProjectItem properties.Read OnlyYes
6851E804DependenciesReturns a reference to Dependencies under the current target in the Project Explorer window. You can use this reference with the ProjectItem properties.Read OnlyYes
6851E805Target PreferencesRead OnlyNo
6851E806Host PreferencesRead OnlyNo
6851E807Project PreferencesRead OnlyNo
6851E808FindItemsWithNoCallersRead/WriteYes

Methods

Show/Hide TargetItem Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
TargetItem Methods Table
Method ID Long Name (English) Description RTE
6851E400Refresh DependenciesRefreshes Dependencies under this target in the Project Explorer window. You also can use the Project Explorer window to refresh Dependencies.No
6851E401Refresh Dependencies CopyNo
6851E402Refresh Dependencies ShallowNo
6851E403Get ProjectItemRef For FileYes

Events

This class has no events or it inherits events from its parent: ProjectItem Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also