Sprache

ContextAttribute(String) Konstruktor

Definition

Erstellt eine Instanz der ContextAttribute Klasse mit dem angegebenen Namen.

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 Kontextattributes.

Gilt für: