Share via


SyntaxFactory.WithEventsEventContainer Method

Definition

Overloads

WithEventsEventContainer(SyntaxToken)

Represents event container that refers to a WithEvents member.

WithEventsEventContainer(String)

Represents event container that refers to a WithEvents member.

WithEventsEventContainer(SyntaxToken)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Represents event container that refers to a WithEvents member.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::WithEventsEventContainerSyntax ^ WithEventsEventContainer(Microsoft::CodeAnalysis::SyntaxToken identifier);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax WithEventsEventContainer (Microsoft.CodeAnalysis.SyntaxToken identifier);
static member WithEventsEventContainer : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax
Public Shared Function WithEventsEventContainer (identifier As SyntaxToken) As WithEventsEventContainerSyntax

Parameters

identifier
SyntaxToken

The container of the event. It is a simple identifier that refers to a WithEvents member of the containing type.

Returns

Applies to

WithEventsEventContainer(String)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Represents event container that refers to a WithEvents member.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::WithEventsEventContainerSyntax ^ WithEventsEventContainer(System::String ^ identifier);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax WithEventsEventContainer (string identifier);
static member WithEventsEventContainer : string -> Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax
Public Shared Function WithEventsEventContainer (identifier As String) As WithEventsEventContainerSyntax

Parameters

identifier
String

The container of the event. It is a simple identifier that refers to a WithEvents member of the containing type.

Returns

Applies to