다음을 통해 공유


InstanceDependencyProperty Members

Include Protected Members
Include Inherited Members

Enables property sharing by the executing instances of an activity.

The InstanceDependencyProperty type exposes the following members.

Properties

  Name Description
Public property DefaultValue Gets the default value of the dependency property.
Public property IsReadOnly Gets a boolean value that specifies whether the dependency property is read-only. If it is read-only, the SetValue method throws an exception when called.
Public property Name Gets the name of the dependency property.
Public property OwnerType Gets the type that contains the dependency property.
Public property PropertyType Gets the type of the value stored in the dependency property.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public methodStatic member Register(String, Type, Type) Creates a new instance.
Public methodStatic member Register(String, Type, Type, InstanceDependencyPropertyOption) Creates a new instance.
Public methodStatic member Register(String, Type, Type, Object) Creates a new instance.
Public methodStatic member Register(String, Type, Type, Object, InstanceDependencyPropertyOption) Creates a new instance.
Public method ToString (inherited from Object)

Top

See Also

Reference

InstanceDependencyProperty Class

Microsoft.Rtc.Workflow.Activities Namespace