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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.