VisualBasic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an attached property store for VisualBasicSettings.
public ref class VisualBasic abstract sealed
public static class VisualBasic
type VisualBasic = class
Public Class VisualBasic
- Inheritance
-
VisualBasic
Remarks
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.
Methods
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. |