AccessorBlockSyntax.Begin 属性

定义

注意

This member is obsolete. Use AccessorStatement instead.

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

属性值

属性

适用于