Freigeben über


StructureBlockSyntax.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::StructureBlockSyntax ^ WithInherits(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^> inherits);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.StructureBlockSyntax 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.StructureBlockSyntax
Public Function WithInherits (inherits As SyntaxList(Of InheritsStatementSyntax)) As StructureBlockSyntax

Parameter

Gibt zurück

Gilt für: