ValidationResult.ConflictStatus Property
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.
Gets a value indicating whether a conflict occurred between the functionality supported by the printer and the functionality requested in the initial merger of two source PrintTickets.
public:
property System::Printing::ConflictStatus ConflictStatus { System::Printing::ConflictStatus get(); };
public System.Printing.ConflictStatus ConflictStatus { get; }
member this.ConflictStatus : System.Printing.ConflictStatus
Public ReadOnly Property ConflictStatus As ConflictStatus
Property Value
One of the ConflictStatus values that indicates either that no conflict occurred or that at least one conflict occurred but was resolved. The default is NoConflict.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.