ContextAttribute(String) Konstruktor

Definition

Skapar en instans av ContextAttribute klassen med det angivna namnet.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

name
String

Namnet på kontextattributet.

Gäller för