Partager via


ClassBlockSyntax.Inherits Propriété

Définition

Liste des déclarations Inherits pour le type.

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)

Valeur de propriété

Remarques

Si rien n’est présent, une liste vide est retournée.

S’applique à