XMessage.InternalGetNonGenericContextProperty 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.
Overloads
InternalGetNonGenericContextProperty(XmlQName) | |
InternalGetNonGenericContextProperty(Type) |
InternalGetNonGenericContextProperty(XmlQName)
public:
System::Object ^ InternalGetNonGenericContextProperty(Microsoft::XLANGs::BaseTypes::XmlQName ^ propQName);
public object InternalGetNonGenericContextProperty (Microsoft.XLANGs.BaseTypes.XmlQName propQName);
member this.InternalGetNonGenericContextProperty : Microsoft.XLANGs.BaseTypes.XmlQName -> obj
Public Function InternalGetNonGenericContextProperty (propQName As XmlQName) As Object
Parameters
- propQName
- XmlQName
Returns
Applies to
InternalGetNonGenericContextProperty(Type)
public:
System::Object ^ InternalGetNonGenericContextProperty(Type ^ propType);
public object InternalGetNonGenericContextProperty (Type propType);
member this.InternalGetNonGenericContextProperty : Type -> obj
Public Function InternalGetNonGenericContextProperty (propType As Type) As Object
Parameters
- propType
- Type