Freigeben über


SyntaxFactory.PropertyBlock Methode

Definition

Überlädt

PropertyBlock(PropertyStatementSyntax, SyntaxList<AccessorBlockSyntax>, EndBlockStatementSyntax)

Stellt eine Blockeigenschaftsdeklaration dar: Eine Deklaration mit einer Anfangsdeklaration, einige abrufen oder festlegen Accessorblöcke und eine End-Anweisung.

PropertyBlock(PropertyStatementSyntax, SyntaxList<AccessorBlockSyntax>)

Stellt eine Blockeigenschaftsdeklaration dar: Eine Deklaration mit einer Anfangsdeklaration, einige abrufen oder festlegen Accessorblöcke und eine End-Anweisung.

PropertyBlock(PropertyStatementSyntax, SyntaxList<AccessorBlockSyntax>, EndBlockStatementSyntax)

Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb

Stellt eine Blockeigenschaftsdeklaration dar: Eine Deklaration mit einer Anfangsdeklaration, einige abrufen oder festlegen Accessorblöcke und eine End-Anweisung.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::PropertyBlockSyntax ^ PropertyBlock(Microsoft::CodeAnalysis::VisualBasic::Syntax::PropertyStatementSyntax ^ propertyStatement, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::AccessorBlockSyntax ^> accessors, Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ endPropertyStatement);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyBlockSyntax PropertyBlock (Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax propertyStatement, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AccessorBlockSyntax> accessors, Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax endPropertyStatement);
static member PropertyBlock : Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AccessorBlockSyntax> * Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyBlockSyntax
Public Shared Function PropertyBlock (propertyStatement As PropertyStatementSyntax, accessors As SyntaxList(Of AccessorBlockSyntax), endPropertyStatement As EndBlockStatementSyntax) As PropertyBlockSyntax

Parameter

propertyStatement
PropertyStatementSyntax

Die Eigenschaftsdeklaration, die den Block beginnt.

accessors
SyntaxList<AccessorBlockSyntax>

Die in der Eigenschaft enthaltenen Accessorblöcke zwischen der Eigenschaft und den End Property-Anweisungen.

endPropertyStatement
EndBlockStatementSyntax

Die End Property-Anweisung, die den Block beendet.

Gibt zurück

Gilt für:

PropertyBlock(PropertyStatementSyntax, SyntaxList<AccessorBlockSyntax>)

Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb

Stellt eine Blockeigenschaftsdeklaration dar: Eine Deklaration mit einer Anfangsdeklaration, einige abrufen oder festlegen Accessorblöcke und eine End-Anweisung.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::PropertyBlockSyntax ^ PropertyBlock(Microsoft::CodeAnalysis::VisualBasic::Syntax::PropertyStatementSyntax ^ propertyStatement, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::AccessorBlockSyntax ^> accessors);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyBlockSyntax PropertyBlock (Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax propertyStatement, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AccessorBlockSyntax> accessors);
static member PropertyBlock : Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AccessorBlockSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyBlockSyntax
Public Shared Function PropertyBlock (propertyStatement As PropertyStatementSyntax, accessors As SyntaxList(Of AccessorBlockSyntax)) As PropertyBlockSyntax

Parameter

propertyStatement
PropertyStatementSyntax

Die Eigenschaftsdeklaration, die den Block beginnt.

accessors
SyntaxList<AccessorBlockSyntax>

Die in der Eigenschaft enthaltenen Accessorblöcke zwischen der Eigenschaft und den End Property-Anweisungen.

Gibt zurück

Gilt für: