Northwoods.GoSilverlight 1.3.5 Assembly
ValidPortsCache Property
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > LinkingBaseTool Class : ValidPortsCache Property

Gets or sets the dictionary used to keep track of ports for which a link may be valid.

Syntax

Visual Basic (Declaration) 
Protected Property ValidPortsCache As Dictionary(Of FrameworkElement,Boolean)
C# 
protected Dictionary<FrameworkElement,bool> ValidPortsCache {get; set;}

Remarks

This dictionary remembers the results of calls to IsValidLink.

Requirements

See Also

© 2012 All Rights Reserved.