Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Inheritance Hierarchy
System.Object
System.Dynamic.DynamicMetaObject
Microsoft.VisualStudio.GraphModel.DynamicGraphMetaObject
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Class DynamicGraphMetaObject _
Inherits DynamicMetaObject
public class DynamicGraphMetaObject : DynamicMetaObject
public ref class DynamicGraphMetaObject : public DynamicMetaObject
type DynamicGraphMetaObject =
class
inherit DynamicMetaObject
end
public class DynamicGraphMetaObject extends DynamicMetaObject
The DynamicGraphMetaObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DynamicGraphMetaObject |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Expression | The expression representing the DynamicMetaObject during the dynamic binding process. (Inherited from DynamicMetaObject.) |
![]() |
HasValue | Gets a value indicating whether the DynamicMetaObject has the runtime value. (Inherited from DynamicMetaObject.) |
![]() |
LimitType | Gets the limit type of the DynamicMetaObject. (Inherited from DynamicMetaObject.) |
![]() |
Restrictions | The set of binding restrictions under which the binding is valid. (Inherited from DynamicMetaObject.) |
![]() |
RuntimeType | Gets the Type of the runtime value or null if the DynamicMetaObject has no value associated with it. (Inherited from DynamicMetaObject.) |
![]() |
Value | The runtime value represented by this DynamicMetaObject. (Inherited from DynamicMetaObject.) |
Top
Methods
Top
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.
.gif)
.gif)
.gif)