我在tfs中有一个wwf场景somescenario.xaml。我想知道,改变的人,时间和内容有些阻碍。我需要一些功能,比如" annotate"对于代码中的指定行。问题是,我可以选择一些块,但我不能在工作流设计器中注释它。如果我在xaml编辑器中打开它,我可以注释指定的行,但我不能选择我需要的块。
例如,我想知道谁在场景中制作了一个序列。但它们都是一样的,所以我只能在工作流程设计器中识别它
<Sequence DisplayName="Предварительная настройка" sap:VirtualizedContainerService.HintSize="200,51">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
<Sequence DisplayName="Предварительная настройка" sap:VirtualizedContainerService.HintSize="200,51">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
<Sequence DisplayName="Предварительная настройка" sap:VirtualizedContainerService.HintSize="200,51">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
答案 0 :(得分:0)
在Visusl Studio的XML编辑器中查看XAML,然后使用Annotate。