Share via


ContextAttribute(String) Konstruktor

Definition

Erstellt mithilfe des angegebenen Namens eine Instanz der ContextAttribute-Klasse.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 ContextAttribute(System::String ^ name);
public ContextAttribute (string name);
new System.Runtime.Remoting.Contexts.ContextAttribute : string -> System.Runtime.Remoting.Contexts.ContextAttribute
Public Sub New (name As String)

Parameter

name
String

Der Name des Kontextattributs.

Gilt für: