Dundas Chart for Windows Forms
GetTargetComponentName Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > WinChartDesignerSerializer Class : GetTargetComponentName Method


statement
The CodeStatement for which to determine the group.
expression
A CodeExpression that statement has been reduced to.
targetType
The Type of statement.
Determines which statement group the given statement should belong to.

Syntax

Visual Basic (Declaration)  
Public Overridable Function GetTargetComponentName( _
   ByVal statement As CodeStatement, _
   ByVal expression As CodeExpression, _
   ByVal targetType As Type _
) As String
Visual Basic (Usage) Copy Code
Dim instance As WinChartDesignerSerializer
Dim statement As CodeStatement
Dim expression As CodeExpression
Dim targetType As Type
Dim value As String
 
value = instance.GetTargetComponentName(statement, expression, targetType)
C#  
public virtual string GetTargetComponentName( 
   CodeStatement statement,
   CodeExpression expression,
   Type targetType
)

Parameters

statement
The CodeStatement for which to determine the group.
expression
A CodeExpression that statement has been reduced to.
targetType
The Type of statement.

Return Value

The name of the component with which statement should be grouped.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.