CodeProjectUpdateOptions Enumeration

Microsoft Robotics Studio

Options for how to update parts of a Code Project

Namespace: Microsoft.Dss.Core.Utilities
Assembly:  DssBase (in DssBase.dll)
Version: 1.5.507.0

Syntax

[FlagsAttribute]
public enum CodeProjectUpdateOptions
'Declaration
<FlagsAttribute> _
Public Enumeration CodeProjectUpdateOptions
[FlagsAttribute]
public enum class CodeProjectUpdateOptions

Members

Member name Description
ZeroOrOne
Element of attribute may be present but no more than once
ExactlyOne
Element or attribute must be present exactly once
OneOrMore
Element or attribute may be present one or more times in which case all nodes will be updated.
NonEmpty
Elements or attributes will only be updated if their existing values are non-empty.

See Also

Microsoft.Dss.Core.Utilities Namespace