Share via


ContextAttribute(String) Konstruktor

Definice

Vytvoří instanci ContextAttribute třídy se zadaným názvem.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry

name
String

Název atributu kontextu.

Platí pro