VisualBasic Class
Provides an attached property store for VisualBasicSettings.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetSettings(Object^) | Retrieves the VisualBasicSettings instance attached to the specified object. |
![]() ![]() | SetSettings(Object^, VisualBasicSettings^) | Attaches a VisualBasicSettings instance to the specified object. |
![]() ![]() | SetSettingsForImplementation(Object^, VisualBasicSettings^) | Attaches a VisualBasicSettings instance to an object for use by its implementation. |
![]() ![]() | ShouldSerializeSettings(Object^) | Returns a value that indicates whether the VisualBasicSettings instance associated with the specified object should be serialized. |
VisualBasic allows for an instance of VisualBasicSettings to be attached to the top level activity in a workflow defined in a XAML file, thus defining the settings for all VisualBasicReference<TResult> and VisualBasicValue<TResult> expressions in that workflow.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

