TemplateInfo.AddVisited(Object) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mark a value as visited.
public:
 bool AddVisited(System::Object ^ value);public bool AddVisited(object value);member this.AddVisited : obj -> boolPublic Function AddVisited (value As Object) As BooleanParameters
- value
- Object
The object to visit.
Returns
If this object is newly visited.