Document.GetMetaObject Method
Instantiates a dynamic instance of the Document class.
Namespace: Microsoft.Azure.Documents
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Usage
'Usage
Dim instance As Document
Dim parameter As Expression
Dim returnValue As DynamicMetaObject
returnValue = CType(instance, IDynamicMetaObjectProvider).GetMetaObject(parameter)
Syntax
'Declaration
Private Function System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject ( _
parameter As Expression _
) As DynamicMetaObject Implements IDynamicMetaObjectProvider.GetMetaObject
DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject (
Expression parameter
)
private:
virtual DynamicMetaObject^ System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject (
Expression^ parameter
) sealed = IDynamicMetaObjectProvider::GetMetaObject
Parameters
- parameter
The expression representing this Document during the dynamic binding process.
Return Value
The dynamic instance of the Document class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
Document Class
Document Members
Microsoft.Azure.Documents Namespace