Table of Contents

Class UnboundVBEventMemberSymbol

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

Represents an unbound Event declaration symbol.

public sealed record UnboundVBEventMemberSymbol : UnboundVBTypeMemberSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<UnboundVBTypeMemberSymbol>, IEquatable<UnboundVBEventMemberSymbol>
Inheritance
UnboundVBEventMemberSymbol
Implements
Inherited Members

Constructors

UnboundVBEventMemberSymbol(Uri, Uri, string)

Represents an unbound Event declaration symbol.

public UnboundVBEventMemberSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name)

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.