CodeReferencesWindow
StockSharp.Xaml.Code
编辑 .NET 组件参考列表的窗口。
继承自: ThemedWindow
实现: IPersistable, IComponentConnector
构造函数
CodeReferencesWindow
public CodeReferencesWindow()
codeReferencesWindow = CodeReferencesWindow()
初始化了 & ##CodeReferencesWindow+#的新实例.
属性
References
public IList<ICodeReference> References { get; }
value = codeReferencesWindow.References
参考文献.
方法
InitializeComponent
public void InitializeComponent()
codeReferencesWindow.InitializeComponent()
InitializeComponent
Load
public void Load(SettingsStorage storage)
codeReferencesWindow.Load(storage)
装入设置 。
- storage
- 设置存储 。
Save
public void Save(SettingsStorage storage)
codeReferencesWindow.Save(storage)
保存设置 。
- storage
- 设置存储 。
字段
AddNuGetCommand
public static readonly RoutedCommand AddNuGetCommand
value = CodeReferencesWindow.AddNuGetCommand
The command for adding NuGet references.
AddProjectCommand
public static readonly RoutedCommand AddProjectCommand
value = CodeReferencesWindow.AddProjectCommand
添加项目引用的命令 。
AddReferenceCommand
public static readonly RoutedCommand AddReferenceCommand
value = CodeReferencesWindow.AddReferenceCommand
添加组装引用的命令 。
OkCommand
public static readonly RoutedCommand OkCommand
value = CodeReferencesWindow.OkCommand
应用程序更改的命令 。
RemoveCommand
public static readonly RoutedCommand RemoveCommand
value = CodeReferencesWindow.RemoveCommand
删除引用的命令 。