XMessage.SetContextProperty メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetContextProperty(PropertyBase, Object) | |
SetContextProperty(XmlQName, Object) | |
SetContextProperty(Type, Object) |
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)
パラメーター
- propBase
- PropertyBase
- val
- Object
適用対象
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)
パラメーター
- propQName
- XmlQName
- val
- Object