Table of Contents

Class VBPropertyGetMemberSymbol

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

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

Represents a Property Get procedure declaration.

public VBPropertyGetMemberSymbol(Uri WorkspaceRoot, Uri ParentUri, ScopeKind Scope, string Name, Range Range, Range SelectionRange, AccessModifier AccessModifier)

Parameters

WorkspaceRoot Uri

The workspace root for this symbol. For an external project or library, this should be different than the user's project workspace.

ParentUri Uri

The Uri of the parent symbol.

Scope ScopeKind

The allocation scope of the symbol.

Name string

The identifier name of the symbol.

Range Range

A Range pointing to the document location that belongs to this symbol.

SelectionRange Range

A Range pointing to the document location that should be selected when navigating to this symbol.

AccessModifier AccessModifier

The access modifier specified for this symbol.