CodeReferencesWindow

StockSharp.Xaml.Code

The window for editing the list of references to the .NET assemblies.

继承自: ThemedWindow

实现: IPersistable, IComponentConnector

构造函数

CodeReferencesWindow()

Initializes a new instance of the CodeReferencesWindow.

属性

References : IList<ICodeReference>

References.

方法

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

字段

AddNuGetCommand : RoutedCommand

The command for adding NuGet references.

AddProjectCommand : RoutedCommand

The command for adding project references.

AddReferenceCommand : RoutedCommand

The command for adding assembly references.

OkCommand : RoutedCommand

The command for the applying changes.

RemoveCommand : RoutedCommand

The command for the removing references.