PropertyCollection Constructors

Definitie

Initialiseert een nieuw exemplaar van de PropertyCollection klasse.

Overloads

Name Description
PropertyCollection()

Initialiseert een nieuw exemplaar van de PropertyCollection klasse.

PropertyCollection(SerializationInfo, StreamingContext)
Verouderd.

Initialiseert een nieuw exemplaar van de PropertyCollection klasse.

PropertyCollection()

Bron:
PropertyCollection.cs
Bron:
PropertyCollection.cs
Bron:
PropertyCollection.cs
Bron:
PropertyCollection.cs
Bron:
PropertyCollection.cs

Initialiseert een nieuw exemplaar van de PropertyCollection klasse.

public:
 PropertyCollection();
public PropertyCollection();
Public Sub New ()

Opmerkingen

Initialiseert velden naar hun standaardwaarden.

Van toepassing op

PropertyCollection(SerializationInfo, StreamingContext)

Bron:
PropertyCollection.cs
Bron:
PropertyCollection.cs
Bron:
PropertyCollection.cs
Bron:
PropertyCollection.cs
Bron:
PropertyCollection.cs

Let op

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initialiseert een nieuw exemplaar van de PropertyCollection klasse.

protected:
 PropertyCollection(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected PropertyCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected PropertyCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Data.PropertyCollection : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.PropertyCollection
new System.Data.PropertyCollection : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.PropertyCollection
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 bron en het doel van een bepaalde geserialiseerde stream.

Kenmerken

Van toepassing op