Freigeben über


ModuleBlockSyntax.Inherits Eigenschaft

Definition

Eine Liste der erbten Deklarationen für den Typ.

public:
 property Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^> Inherits { Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^> get(); };
public Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax> Inherits { get; }
member this.Inherits : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax>
Public ReadOnly Property Inherits As SyntaxList(Of InheritsStatementSyntax)

Eigenschaftswert

Hinweise

Wenn nichts vorhanden ist, wird eine leere Liste zurückgegeben.

Gilt für: