Compartir a través de


SyntaxFactory.WithEventsPropertyEventContainer Método

Definición

Sobrecargas

WithEventsPropertyEventContainer(WithEventsEventContainerSyntax, IdentifierNameSyntax)

Representa el contenedor de eventos que hace referencia a la propiedad de un miembro WithEvents.

WithEventsPropertyEventContainer(WithEventsEventContainerSyntax, SyntaxToken, IdentifierNameSyntax)

Representa el contenedor de eventos que hace referencia a la propiedad de un miembro WithEvents.

WithEventsPropertyEventContainer(WithEventsEventContainerSyntax, IdentifierNameSyntax)

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

Representa el contenedor de eventos que hace referencia a la propiedad de un miembro WithEvents.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::WithEventsPropertyEventContainerSyntax ^ WithEventsPropertyEventContainer(Microsoft::CodeAnalysis::VisualBasic::Syntax::WithEventsEventContainerSyntax ^ withEventsContainer, Microsoft::CodeAnalysis::VisualBasic::Syntax::IdentifierNameSyntax ^ property);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsPropertyEventContainerSyntax WithEventsPropertyEventContainer (Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax withEventsContainer, Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax property);
static member WithEventsPropertyEventContainer : Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax * Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsPropertyEventContainerSyntax
Public Shared Function WithEventsPropertyEventContainer (withEventsContainer As WithEventsEventContainerSyntax, property As IdentifierNameSyntax) As WithEventsPropertyEventContainerSyntax

Parámetros

withEventsContainer
WithEventsEventContainerSyntax

Contenedor del evento.

property
IdentifierNameSyntax

Proveedor del evento. Es una propiedad de un miembro WithEvents del tipo contenedor.

Devoluciones

Se aplica a

WithEventsPropertyEventContainer(WithEventsEventContainerSyntax, SyntaxToken, IdentifierNameSyntax)

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

Representa el contenedor de eventos que hace referencia a la propiedad de un miembro WithEvents.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::WithEventsPropertyEventContainerSyntax ^ WithEventsPropertyEventContainer(Microsoft::CodeAnalysis::VisualBasic::Syntax::WithEventsEventContainerSyntax ^ withEventsContainer, Microsoft::CodeAnalysis::SyntaxToken dotToken, Microsoft::CodeAnalysis::VisualBasic::Syntax::IdentifierNameSyntax ^ property);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsPropertyEventContainerSyntax WithEventsPropertyEventContainer (Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax withEventsContainer, Microsoft.CodeAnalysis.SyntaxToken dotToken, Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax property);
static member WithEventsPropertyEventContainer : Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsEventContainerSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.VisualBasic.Syntax.IdentifierNameSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.WithEventsPropertyEventContainerSyntax
Public Shared Function WithEventsPropertyEventContainer (withEventsContainer As WithEventsEventContainerSyntax, dotToken As SyntaxToken, property As IdentifierNameSyntax) As WithEventsPropertyEventContainerSyntax

Parámetros

withEventsContainer
WithEventsEventContainerSyntax

Contenedor del evento.

dotToken
SyntaxToken

Token ".".

property
IdentifierNameSyntax

Proveedor del evento. Es una propiedad de un miembro WithEvents del tipo contenedor.

Devoluciones

Se aplica a