Namespace RDCore.SDK.Model.Symbols.VBProject
Classes
- UnboundVBConstantMemberSymbol
A library-provided
Constdeclaration that is not bound to a workspace document location.
- UnboundVBEnumMemberSymbol
Represents an
Enumtype declaration symbol.
- UnboundVBEventMemberSymbol
Represents an unbound
Eventdeclaration symbol.
- UnboundVBFunctionMemberSymbol
Represents a specific unbound
Functionmember declaration.
- UnboundVBInstanceFieldVariableMemberSymbol
An
UnboundVBReturningMemberSymbolrepresenting an instance field (variable) member.
- UnboundVBModuleFieldVariableMemberSymbol
Represents an unbound module-level variable (field) member declaration.
- UnboundVBProcedureMemberSymbol
Represents any unbound
Submember declaration.
- UnboundVBPropertyGetMemberSymbol
Represents a
Property Getprocedure declaration.
- UnboundVBPropertyLetMemberSymbol
Represents an unbound
Property Letprocedure member declaration symbol.
- UnboundVBPropertySetMemberSymbol
Represents an unbound
Property Setprocedure member declaration symbol.
- UnboundVBUserDefinedTypeFieldSymbol
Represents an unbound field of a user-defined
Typedeclaration.
- UnboundVBUserDefinedTypeMemberSymbol
An unbound
VBUserDefinedTypedeclaration.
- VBConstantMemberSymbol
A module-level
Constdeclaration. A constant statically evaluates to a value of a fixed VBType and cannot be assigned at run-time; anEnummember is modelled separately by VBEnumConstMemberSymbol.
- VBEnumConstMemberSymbol
A member of an
VBEnumType.
- VBEnumMemberSymbol
Represents an
Enumtype declaration symbol.
- VBEventMemberSymbol
Represents an
Eventmember declaration symbol.
- VBExternalFunctionMemberSymbol
Represents an external
Declare Functionmember declaration.
- VBExternalSubMemberSymbol
Represents a
Declare Subexternal member declaration.
- VBFunctionMemberSymbol
Represents a specific
Functionmember declaration.
- VBInstanceFieldVariableMemberSymbol
A
VBReturningMemberSymbolrepresenting an instance field (variable) member.
- VBModuleFieldVariableMemberSymbol
Represents a module-level variable (field) member declaration.
- VBParameterSymbol
Represents a parameter symbol.
- VBProcedureMemberSymbol
Represents any
Submember declaration.
- VBPropertyGetMemberSymbol
Represents a
Property Getprocedure declaration.
- VBPropertyLetMemberSymbol
Represents a
Property Letprocedure member declaration symbol.
- VBPropertySetMemberSymbol
Represents a
Property Setprocedure member declaration symbol.
- VBUserDefinedTypeFieldSymbol
Represents a field (element) of a user-defined
Type … End Typedeclaration (MS-VBAL 5.2.3.3). Unlike a module field it is not independently accessible — it is reached only through an instance of its enclosing type — so it is a distinct symbol whoseParentUriis the VBUserDefinedTypeMemberSymbol, not the module.
- VBUserDefinedTypeMemberSymbol
A
VBUserDefinedTypedeclaration.