Version

GetSubItemReflectionHelper Method (RecordReplayProxyBase)

Syntax
'Declaration
 
Protected Overridable Function GetSubItemReflectionHelper( _
   ByVal subItem As System.Object, _
   ByVal fwElem As System.Windows.FrameworkElement, _
   ByVal sFullPropertyName As System.String _
) As ReflectionHelper
protected virtual ReflectionHelper GetSubItemReflectionHelper( 
   System.object subItem,
   System.Windows.FrameworkElement fwElem,
   System.string sFullPropertyName
)
protected: virtual ReflectionHelper* GetSubItemReflectionHelper( 
   System.Object* subItem,
   System.Windows.FrameworkElement* fwElem,
   System.string* sFullPropertyName
) 

Parameters

subItem
fwElem
sFullPropertyName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also