Trim(String,Boolean) Method
Syntax
'Declaration Public Overloads Function Trim( _ ByVal parentIDList As String, _ ByVal addAttributes As Boolean _ ) As SeriesCollection
'Usage Dim instance As SeriesCollection Dim parentIDList As String Dim addAttributes As Boolean Dim value As SeriesCollection value = instance.Trim(parentIDList, addAttributes)
public SeriesCollection Trim( string parentIDList, bool addAttributes )
Parameters
- parentIDList
- A comma delimited list of node IDs that are expanded.
- addAttributes
- A bool value indicating whether custom attributes are added to describe the nodes.
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