예제 #1
0
파일: CommandSet.cs 프로젝트: Aniz/visualSh
 /// <summary>
 /// Called for each element in the traversal.
 /// </summary>
 public bool Visit(Microsoft.VisualStudio.Modeling.ElementWalker walker, Microsoft.VisualStudio.Modeling.ModelElement element)
 {
     this.validationList.Add(element);
     return(true);
 }
예제 #2
0
파일: CommandSet.cs 프로젝트: Aniz/visualSh
 /// <summary>
 /// Called when traversal ends.
 /// </summary>
 public void EndTraverse(Microsoft.VisualStudio.Modeling.ElementWalker walker)
 {
 }