VisualBasic Class

Definition

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.

Applies to