Freigeben über


ModuleBlockSyntax.WithInherits Methode

Definition

Gibt eine Kopie dieser Eigenschaft mit der [Erbes]-Eigenschaft zurück, die in den angegebenen Wert geändert wurde. Gibt diese Instanz zurück, wenn der angegebene Wert identisch mit dem aktuellen Wert ist.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::ModuleBlockSyntax ^ WithInherits(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^> inherits);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleBlockSyntax WithInherits (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax> inherits);
override this.WithInherits : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ModuleBlockSyntax
Public Function WithInherits (inherits As SyntaxList(Of InheritsStatementSyntax)) As ModuleBlockSyntax

Parameter

Gibt zurück

Gilt für: