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 -> bool
Public Function AddVisited (value As Object) As Boolean
Parameters
- value
- Object
The object to visit.
Returns
If this object is newly visited.