Freigeben über


PropertyBlockSyntax.WithEndPropertyStatement(EndBlockStatementSyntax) Methode

Definition

Gibt eine Kopie dieser Mit der EndPropertyStatement-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::PropertyBlockSyntax ^ WithEndPropertyStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ endPropertyStatement);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyBlockSyntax WithEndPropertyStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax endPropertyStatement);
member this.WithEndPropertyStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyBlockSyntax
Public Function WithEndPropertyStatement (endPropertyStatement As EndBlockStatementSyntax) As PropertyBlockSyntax

Parameter

endPropertyStatement
EndBlockStatementSyntax

Gibt zurück

Gilt für: