PropertyHanlderCollection.Get(XMessage, 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 Get(Microsoft::XLANGs::Core::XMessage ^ msg, Microsoft::XLANGs::BaseTypes::XmlQName ^ propQName, [Runtime::InteropServices::Out] System::Object ^ % res);
public bool Get (Microsoft.XLANGs.Core.XMessage msg, Microsoft.XLANGs.BaseTypes.XmlQName propQName, out object res);
member this.Get : Microsoft.XLANGs.Core.XMessage * Microsoft.XLANGs.BaseTypes.XmlQName * obj -> bool
Public Function Get (msg As XMessage, propQName As XmlQName, ByRef res As Object) As Boolean
Parameters
- msg
- XMessage
- propQName
- XmlQName
- res
- Object