Abstract definiton of the method PathSelected in the base class.
| C# | Visual Basic | Visual C++ |
protected abstract CheckState PathSelected( string Path, out bool bIsSubItemOf )
Protected MustOverride Function PathSelected ( _ Path As String, _ <OutAttribute> ByRef bIsSubItemOf As Boolean _ ) As CheckState
protected: virtual CheckState PathSelected( String^ Path, [OutAttribute] bool% bIsSubItemOf ) abstract
Returns the CheckState of the path.