Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IMarkupServices Interface / GetNameForTagID Method

In This Topic
    GetNameForTagID Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function GetNameForTagID( _
       ByVal tagId As System.Integer, _
       ByRef pbstrName As System.String _
    ) As System.Integer
    System.int GetNameForTagID( 
       System.int tagId,
       out System.string pbstrName
    )

    Parameters

    tagId
    pbstrName
    See Also