Ejemplo n.º 1
0
        public VDActionBase CreateAction(Microsoft.VisualStudio.Modeling.Partition partition)
        {
            VDClientAction act = new VDClientAction(partition);

            act.ClientActionInfo = this;
            return(act);
        }
Ejemplo n.º 2
0
 public VDActionBase CreateAction(Microsoft.VisualStudio.Modeling.Partition partition)
 {
     VDClientAction act = new VDClientAction(partition);
     act.ClientActionInfo = this;
     return act;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// for some actions, maybe there are some predefined model members
 /// </summary>
 /// <param name="sourceWidget"></param>
 /// <param name="targetWidget"></param>
 /// <param name="action"></param>
 /// <returns></returns>
 public List<ActionModelMemberInfo> GetActionModelCandidateMemberList(VDWidget sourceWidget, VDWidget targetWidget, VDClientAction action)
 {
     return new List<ActionModelMemberInfo>();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// for some actions, maybe there are some predefined model members
 /// </summary>
 /// <param name="sourceWidget"></param>
 /// <param name="targetWidget"></param>
 /// <param name="action"></param>
 /// <returns></returns>
 public List <ActionModelMemberInfo> GetActionModelCandidateMemberList(VDWidget sourceWidget, VDWidget targetWidget, VDClientAction action)
 {
     return(new List <ActionModelMemberInfo>());
 }