Class VBEventMemberSymbol
Represents an Event member declaration symbol.
public sealed record VBEventMemberSymbol : VBTypeMemberSymbol, IEquatable<Symbol>, IEquatable<BoundSymbol>, IEquatable<BoundTypedSymbol>, IEquatable<AccessibleTypedSymbol>, IEquatable<VBTypeMemberSymbol>, IEquatable<VBEventMemberSymbol>
- Inheritance
-
VBEventMemberSymbol
- Implements
- Inherited Members
Constructors
VBEventMemberSymbol(Uri, Uri, string, SourceRange, SourceRange, AccessModifier)
Represents an Event member declaration symbol.
public VBEventMemberSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name, SourceRange Range, SourceRange SelectionRange, AccessModifier AccessModifier)
Parameters
WorkspaceRootUriA
Urirepresenting the absolute path to the library or project workspace that defines this symbol.ParentUriUriThe
Uriof the parent symbol.NamestringThe name of the symbol.
RangeSourceRangeThe entire document
Rangebelonging to this symbol.SelectionRangeSourceRangeThe specific document
Rangeto highlight when this symbol is selected, usually the symbol's identifier name if applicable.AccessModifierAccessModifierThe access modifier specified for this symbol.
AccessModifier.Implicitunless specified otherwise.