XlangStore.ReadContextProperty(Envelope, XmlQName, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool ReadContextProperty(Microsoft::XLANGs::Core::Envelope ^ env, Microsoft::XLANGs::BaseTypes::XmlQName ^ name, [Runtime::InteropServices::Out] System::Object ^ % val);
public bool ReadContextProperty (Microsoft.XLANGs.Core.Envelope env, Microsoft.XLANGs.BaseTypes.XmlQName name, out object val);
abstract member ReadContextProperty : Microsoft.XLANGs.Core.Envelope * Microsoft.XLANGs.BaseTypes.XmlQName * obj -> bool
Public Function ReadContextProperty (env As Envelope, name As XmlQName, ByRef val As Object) As Boolean
Parameters
- env
- Envelope
- name
- XmlQName
- val
- Object