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.
Inheritance Hierarchy
Object
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
Name | Description | |
---|---|---|
![]() |
BindBinaryOperation | (Overrides DynamicMetaObject.BindBinaryOperation(BinaryOperationBinder, DynamicMetaObject).) |
![]() |
BindConvert | (Overrides DynamicMetaObject.BindConvert(ConvertBinder).) |
![]() |
BindCreateInstance | (Overrides DynamicMetaObject.BindCreateInstance(CreateInstanceBinder, DynamicMetaObject).) |
![]() |
BindDeleteIndex | (Overrides DynamicMetaObject.BindDeleteIndex(DeleteIndexBinder, DynamicMetaObject).) |
![]() |
BindDeleteMember | (Overrides DynamicMetaObject.BindDeleteMember(DeleteMemberBinder).) |
![]() |
BindGetIndex | (Overrides DynamicMetaObject.BindGetIndex(GetIndexBinder, DynamicMetaObject).) |
![]() |
BindGetMember | (Overrides DynamicMetaObject.BindGetMember(GetMemberBinder).) |
![]() |
BindInvoke | (Overrides DynamicMetaObject.BindInvoke(InvokeBinder, DynamicMetaObject).) |
![]() |
BindInvokeMember | (Overrides DynamicMetaObject.BindInvokeMember(InvokeMemberBinder, DynamicMetaObject).) |
![]() |
BindSetIndex | (Overrides DynamicMetaObject.BindSetIndex(SetIndexBinder, DynamicMetaObject, DynamicMetaObject).) |
![]() |
BindSetMember | (Overrides DynamicMetaObject.BindSetMember(SetMemberBinder, DynamicMetaObject).) |
![]() |
BindUnaryOperation | (Overrides DynamicMetaObject.BindUnaryOperation(UnaryOperationBinder).) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetDynamicMemberNames | (Overrides DynamicMetaObject.GetDynamicMemberNames.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.