Freigeben über


XMessage.SetContextProperty Methode

Definition

Überlädt

SetContextProperty(PropertyBase, Object)

public:
 void SetContextProperty(Microsoft::XLANGs::BaseTypes::PropertyBase ^ propBase, System::Object ^ val);
public void SetContextProperty(Microsoft.XLANGs.BaseTypes.PropertyBase propBase, object val);
member this.SetContextProperty : Microsoft.XLANGs.BaseTypes.PropertyBase * obj -> unit
Public Sub SetContextProperty (propBase As PropertyBase, val As Object)

Parameter

propBase
PropertyBase
val
Object

Gilt für:

SetContextProperty(XmlQName, Object)

public:
 void SetContextProperty(Microsoft::XLANGs::BaseTypes::XmlQName ^ propQName, System::Object ^ val);
public void SetContextProperty(Microsoft.XLANGs.BaseTypes.XmlQName propQName, object val);
member this.SetContextProperty : Microsoft.XLANGs.BaseTypes.XmlQName * obj -> unit
Public Sub SetContextProperty (propQName As XmlQName, val As Object)

Parameter

propQName
XmlQName
val
Object

Gilt für:

SetContextProperty(Type, Object)

public:
 void SetContextProperty(Type ^ propType, System::Object ^ val);
public void SetContextProperty(Type propType, object val);
member this.SetContextProperty : Type * obj -> unit
Public Sub SetContextProperty (propType As Type, val As Object)

Parameter

propType
Type
val
Object

Gilt für: