Jump to content

CopyConflict class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template property table
Line 8: Line 8:


==Properties==
==Properties==
<span class="mw-customtoggle-propertiestable">Show/Hide CopyConflict Properties Table</span>
{{VIServerPropsTable|98}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ CopyConflict Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|38D80005
| [[CopyConflict class/Choice property|Choice]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|38D80004
| [[CopyConflict class/Choices() property|Choices()]]
|
|R
|
|- style="background-color:#D1BB80;"
|38D80002
| [[CopyConflict class/Icon property|Icon]]
|
|R
|
|- style="background-color:#D1BB80;"
|38D80000
| [[CopyConflict class/OwningItem property|OwningItem]]
|
|R
|
|- style="background-color:#D1BB80;"
|38D80008
| [[CopyConflict class/Path property|Path]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|38D80009
| [[CopyConflict class/PathExtensions property|PathExtensions]]
|
|R
|
|- style="background-color:#D1BB80;"
|38D8000A
| [[CopyConflict class/RequiresRefresh property|RequiresRefresh]]
|
|R
|
|- style="background-color:#D1BB80;"
|38D80007
| [[CopyConflict class/ResolutionType property|ResolutionType]]
|
|R
|
|- style="background-color:#D1BB80;"
|38D80003
| [[CopyConflict class/Resolved property|Resolved]]
|
|R
|
|- style="background-color:#D1BB80;"
|38D80006
| [[CopyConflict class/Severity property|Severity]]
|
|R
|
|- style="background-color:#D1BB80;"
|38D80001
| [[CopyConflict class/Text property|Text]]
|
|R
|
|}
</div>


==Methods==
==Methods==

Revision as of 04:34, 7 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name CopyConflict class
Class ID 98
Scope Private
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


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

Properties

Show/Hide CopyConflict Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CopyConflict Properties Table
Property ID Long Name (English) Description R/W RTE
38D80000Owning ItemRead OnlyNo
38D80001TextRead OnlyNo
38D80002IconRead OnlyNo
38D80003ResolvedRead OnlyNo
38D80004ChoicesRead OnlyNo
38D80005ChoiceRead/WriteNo
38D80006SeverityRead OnlyNo
38D80007Resolution TypeRead OnlyNo
38D80008PathRead/WriteNo
38D80009Path ExtensionsRead OnlyNo
38D8000ARequires RefreshRead OnlyNo


Methods

Show/Hide CopyConflict Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CopyConflict Methods Table
Method ID Short Name (English) Description RTE
38D7FC00 CompleteRefresh

Events

No Events for this class.

History

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

See Also