PrintThreadPriorityProperty Class
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.
Represents a ThreadPriority property (and its value) of a printing system hardware or software component.
public ref class PrintThreadPriorityProperty sealed : System::Printing::IndexedProperties::PrintProperty
public sealed class PrintThreadPriorityProperty : System.Printing.IndexedProperties.PrintProperty
type PrintThreadPriorityProperty = class
inherit PrintProperty
Public NotInheritable Class PrintThreadPriorityProperty
Inherits PrintProperty
- Inheritance
Constructors
PrintThreadPriorityProperty(String, Object) |
Initializes a new instance of the PrintThreadPriorityProperty class that has the specified value for the specified property. |
PrintThreadPriorityProperty(String) |
Initializes a new instance of the PrintThreadPriorityProperty class for the specified property. |
Properties
IsDisposed |
Gets or sets a value that indicates whether the object has been disposed. (Inherited from PrintProperty) |
IsInitialized |
Gets or sets a value that indicates whether the object has been initialized. (Inherited from PrintProperty) |
Name |
When overridden in a derived class, gets the name of the property that the object represents. (Inherited from PrintProperty) |
Value |
Gets or sets the value of the property that the PrintThreadPriorityProperty represents. |
Methods
Dispose() |
Releases all resources that are being used by the PrintProperty. (Inherited from PrintProperty) |
Dispose(Boolean) |
Releases the unmanaged resources that are being used by the PrintProperty and optionally releases the managed resources. (Inherited from PrintProperty) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
InternalDispose(Boolean) |
Releases the unmanaged resources that are being used by the PrintProperty and optionally releases the managed resources. (Inherited from PrintProperty) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
OnDeserialization(Object) |
When overridden in a derived class, implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from PrintProperty) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Operators
Implicit(PrintThreadPriorityProperty to ThreadPriority) |
Provides implicit conversion to a ThreadPriority value from a pointer to a PrintThreadPriorityProperty. |