XMessage.SetContextProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- propBase
- PropertyBase
- val
- Object
Si applica a
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)
Parametri
- propQName
- XmlQName
- val
- Object