PrintPropertyDictionary Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de PrintPropertyDictionary klasse.
Overloads
| Name | Description |
|---|---|
| PrintPropertyDictionary() |
Initialiseert een nieuw exemplaar van de PrintPropertyDictionary klasse. |
| PrintPropertyDictionary(SerializationInfo, StreamingContext) |
Initialiseert een nieuw exemplaar van de PrintPropertyDictionary klasse en biedt deze de opgegeven SerializationInfo en StreamingContext. |
PrintPropertyDictionary()
Initialiseert een nieuw exemplaar van de PrintPropertyDictionary klasse.
public:
PrintPropertyDictionary();
public PrintPropertyDictionary();
Public Sub New ()
Van toepassing op
PrintPropertyDictionary(SerializationInfo, StreamingContext)
Initialiseert een nieuw exemplaar van de PrintPropertyDictionary klasse en biedt deze de opgegeven SerializationInfo en StreamingContext.
protected:
PrintPropertyDictionary(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PrintPropertyDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Printing.IndexedProperties.PrintPropertyDictionary : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Printing.IndexedProperties.PrintPropertyDictionary
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
De gegevens die nodig zijn om een object te serialiseren of deserialiseren.
- context
- StreamingContext
De context van de geserialiseerde stroom, inclusief de bron en de bestemming.