ClassBlockSyntax.WithBegin(ClassStatementSyntax) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This member is obsolete.
public:
Microsoft::CodeAnalysis::VisualBasic::Syntax::ClassBlockSyntax ^ WithBegin(Microsoft::CodeAnalysis::VisualBasic::Syntax::ClassStatementSyntax ^ begin);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ClassBlockSyntax WithBegin(Microsoft.CodeAnalysis.VisualBasic.Syntax.ClassStatementSyntax begin);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete.", true)>]
override this.WithBegin : Microsoft.CodeAnalysis.VisualBasic.Syntax.ClassStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ClassBlockSyntax
Public Function WithBegin (begin As ClassStatementSyntax) As ClassBlockSyntax
Parameter
- begin
- ClassStatementSyntax
Gibt zurück
- Attribute