Context.SetProperty(IContextProperty) Methode

Definition

Legt eine bestimmte Kontexteigenschaft nach dem Namen fest.

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

public:
 virtual void SetProperty(System::Runtime::Remoting::Contexts::IContextProperty ^ prop);
public virtual void SetProperty (System.Runtime.Remoting.Contexts.IContextProperty prop);
[System.Security.SecurityCritical]
public virtual void SetProperty (System.Runtime.Remoting.Contexts.IContextProperty prop);
abstract member SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
override this.SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
[<System.Security.SecurityCritical>]
abstract member SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
override this.SetProperty : System.Runtime.Remoting.Contexts.IContextProperty -> unit
Public Overridable Sub SetProperty (prop As IContextProperty)

Parameter

prop
IContextProperty

Die eigentliche Kontexteigenschaft.

Attribute

Ausnahmen

Der Kontext ist eingefroren.

Die Eigenschaft oder der Eigenschaftenname ist null.

Hinweise

Das Hinzufügen von Eigenschaften zum Standardkontext ist nicht zulässig.

Gilt für: