Partager via


SyntaxFactory.WithEventsPropertyEventContainer Méthode

Définition

Surcharges

WithEventsPropertyEventContainer(WithEventsEventContainerSyntax, IdentifierNameSyntax)

Représente le conteneur d’événements qui fait référence à la propriété d’un membre WithEvents.

WithEventsPropertyEventContainer(WithEventsEventContainerSyntax, SyntaxToken, IdentifierNameSyntax)

Représente le conteneur d’événements qui fait référence à la propriété d’un membre 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
Source:
Syntax.xml.Main.Generated.vb

Représente le conteneur d’événements qui fait référence à la propriété d’un membre 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

Paramètres

withEventsContainer
WithEventsEventContainerSyntax

Conteneur de l’événement.

property
IdentifierNameSyntax

Fournisseur de l’événement. Il s’agit d’une propriété d’un membre WithEvents du type contenant.

Retours

S’applique à

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
Source:
Syntax.xml.Main.Generated.vb

Représente le conteneur d’événements qui fait référence à la propriété d’un membre 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

Paramètres

withEventsContainer
WithEventsEventContainerSyntax

Conteneur de l’événement.

dotToken
SyntaxToken

Jeton « ».

property
IdentifierNameSyntax

Fournisseur de l’événement. Il s’agit d’une propriété d’un membre WithEvents du type contenant.

Retours

S’applique à