Table of Contents

Class VBEventMemberSymbol

Namespace
RDCore.SDK.Model.Symbols.VBProject
Assembly
RDCore.SDK.dll

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, Range, Range, AccessModifier)

Represents an Event member declaration symbol.

public VBEventMemberSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name, Range Range, Range SelectionRange, AccessModifier AccessModifier)

Parameters

WorkspaceRoot Uri

A Uri representing the absolute path to the library or project workspace that defines this symbol.

ParentUri Uri

The Uri of the parent symbol.

Name string

The name of the symbol.

Range Range

The entire document Range belonging to this symbol.

SelectionRange Range

The specific document Range to highlight when this symbol is selected, usually the symbol's identifier name if applicable.

AccessModifier AccessModifier

The access modifier specified for this symbol. AccessModifier.Implicit unless specified otherwise.