Freigeben über


SharedAttribute Konstruktoren

Definition

Überlädt

SharedAttribute()

Initialisiert eine neue Instanz der SharedAttribute-Klasse, die als global freigegeben markiert ist.

SharedAttribute(String)

Initialisiert eine neue Instanz der SharedAttribute-Klasse mit der angegebenen Freigabegrenze.

SharedAttribute()

Quelle:
SharedAttribute.cs
Quelle:
SharedAttribute.cs
Quelle:
SharedAttribute.cs

Initialisiert eine neue Instanz der SharedAttribute-Klasse, die als global freigegeben markiert ist.

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

Gilt für:

SharedAttribute(String)

Quelle:
SharedAttribute.cs
Quelle:
SharedAttribute.cs
Quelle:
SharedAttribute.cs

Initialisiert eine neue Instanz der SharedAttribute-Klasse mit der angegebenen Freigabegrenze.

public:
 SharedAttribute(System::String ^ sharingBoundaryName);
public SharedAttribute (string sharingBoundaryName);
new System.Composition.SharedAttribute : string -> System.Composition.SharedAttribute
Public Sub New (sharingBoundaryName As String)

Parameter

sharingBoundaryName
String

Die Freigabegrenze.

Gilt für: