Table of Contents

Class VbListMember

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe Visual Basic language code.

public class VbListMember : ListMember, ICategorizedListMember, IListMember, ICodeCompletionProviderItem, IComparable
Inheritance
VbListMember
Implements

Constructors

VbListMember()

Initializes a new instance of the VbListMember class with default settings.

VbListMember(IListMembers, bool)

Initializes a new instance of the VbListMember class with a specified owner.

Properties

Category

Gets or sets a CodeCompletionCategory to which this ListMember belongs.

Desc
Description

Return member's description.

FunctionQualifier

Methods

Capitalize(string)
GetDescription(bool)
GetFunctionQualifier(bool)
GetParamText(bool)

Converts Parameters property to a single string.

GetParamText(bool, bool)
GetTemplate(bool)

Return member's template.

IsBuiltInType(string)

Determines whether the given data type is a built-in type for the Visual Basic language.