次の方法で共有


ConstructorBlockSyntax.Begin Property

Definition

Caution

This member is obsolete.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::SubNewStatementSyntax ^ Begin { Microsoft::CodeAnalysis::VisualBasic::Syntax::SubNewStatementSyntax ^ get(); };
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.SubNewStatementSyntax Begin { get; }
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete.", true)>]
member this.Begin : Microsoft.CodeAnalysis.VisualBasic.Syntax.SubNewStatementSyntax
Public ReadOnly Property Begin As SubNewStatementSyntax

Property Value

Attributes

Applies to