Class VBPropertyGetMemberSymbol
Represents a Property Get procedure declaration.
public sealed record VBPropertyGetMemberSymbol : VBReturningMemberSymbol, IEquatable<Symbol>, IEquatable<BoundSymbol>, IEquatable<BoundTypedSymbol>, IEquatable<AccessibleTypedSymbol>, IEquatable<VBTypeMemberSymbol>, IEquatable<VBReturningMemberSymbol>, IVBPropertyMemberSymbol, IEquatable<VBPropertyGetMemberSymbol>
- Inheritance
-
VBPropertyGetMemberSymbol
- Implements
- Inherited Members
Constructors
VBPropertyGetMemberSymbol(Uri, Uri, ScopeKind, string, SourceRange, SourceRange, AccessModifier)
Represents a Property Get procedure declaration.
public VBPropertyGetMemberSymbol(Uri WorkspaceRoot, Uri ParentUri, ScopeKind Scope, string Name, SourceRange Range, SourceRange SelectionRange, AccessModifier AccessModifier)
Parameters
WorkspaceRootUriThe workspace root for this symbol. For an external project or library, this should be different than the user's project workspace.
ParentUriUriThe
Uriof the parent symbol.ScopeScopeKindThe allocation scope of the symbol.
NamestringThe identifier name of the symbol.
RangeSourceRangeA
Rangepointing to the document location that belongs to this symbol.SelectionRangeSourceRangeA
Rangepointing to the document location that should be selected when navigating to this symbol.AccessModifierAccessModifierThe access modifier specified for this symbol.