Create a new <include> attribute.

[Visual Basic]
Public Sub New( _
   ByVal filename As String, _
   ByVal tagPath As String, _
   ByVal name As String, _
   ByVal id As String _
)
[C#]
public VBXC_IncludeAttribute(
   string filename,
   string tagPath,
   string name,
   string id
);

Parameters

filename

The name of the file containing the documentation.

tagPath

The path of the tags in filename that leads to the tag name.

name

The name specifier in the tag that precedes the comments; name will have an id.

id

The id for the tag that precedes the comments.

See Also

VBXC_IncludeAttribute Class | VBXC_IncludeAttribute Members | Fesersoft.VB.Comments Namespace


View Main Product Page