\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ComboCodeDomSerializer Class / GetTargetComponentName Method

In This Topic
    GetTargetComponentName Method (C1ComboCodeDomSerializer)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetTargetComponentName( _
       ByVal statement As System.CodeDom.CodeStatement, _
       ByVal expression As System.CodeDom.CodeExpression, _
       ByVal targetType As System.Type _
    ) As System.String
    public virtual System.string GetTargetComponentName( 
       System.CodeDom.CodeStatement statement,
       System.CodeDom.CodeExpression expression,
       System.Type targetType
    )

    Parameters

    statement
    expression
    targetType
    See Also