Share via


UsingBlockSyntax.UsingStatement Property

Definition

The UsingStatement that begins the Using...End Using block.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::UsingStatementSyntax ^ UsingStatement { Microsoft::CodeAnalysis::VisualBasic::Syntax::UsingStatementSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.UsingStatementSyntax UsingStatement { get; }
member this.UsingStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.UsingStatementSyntax
Public ReadOnly Property UsingStatement As UsingStatementSyntax

Property Value

Applies to