Class UnboundVBPropertySetMemberSymbol
Represents an unbound Property Set procedure member declaration symbol.
public sealed record UnboundVBPropertySetMemberSymbol : UnboundVBProcedureMemberSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<UnboundVBTypeMemberSymbol>, IEquatable<UnboundVBProcedureMemberSymbol>, IVBPropertyMemberSymbol, IEquatable<UnboundVBPropertySetMemberSymbol>
- Inheritance
-
UnboundVBPropertySetMemberSymbol
- Implements
- Inherited Members
Constructors
UnboundVBPropertySetMemberSymbol(Uri, Uri, string, ScopeKind, SymbolKindExt, VBType)
Represents an unbound Property Set procedure member declaration symbol.
public UnboundVBPropertySetMemberSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name, ScopeKind Scope, SymbolKindExt Kind, VBType ResolvedType)
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.NamestringThe identifier name of the symbol.
ScopeScopeKindThe allocation scope of the symbol.
KindSymbolKindExtDescribes the kind (category) of symbol for the LSP client.
ResolvedTypeVBType