Version

SetExpansionState Method

Set expansion state for the specified data record
Syntax
'Declaration
 
Public Sub SetExpansionState( _
   ByVal record As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal state As System.Boolean _
) 
public void SetExpansionState( 
   System.Collections.Generic.Dictionary<string,object> record,
   System.bool state
)

Parameters

record
state
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub