Dela via


SyntaxFactory.InheritsStatement Method

Definition

Overloads

InheritsStatement(SeparatedSyntaxList<TypeSyntax>)

Represents an Inherits statement in a Class, Structure or Interface.

InheritsStatement(TypeSyntax[])

Represents an Inherits statement in a Class, Structure or Interface.

InheritsStatement(SyntaxToken, SeparatedSyntaxList<TypeSyntax>)

Represents an Inherits statement in a Class, Structure or Interface.

InheritsStatement(SeparatedSyntaxList<TypeSyntax>)

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 an Inherits statement in a Class, Structure or Interface.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^ InheritsStatement(Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^> types);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax InheritsStatement (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax> types);
static member InheritsStatement : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax
Public Shared Function InheritsStatement (types As SeparatedSyntaxList(Of TypeSyntax)) As InheritsStatementSyntax

Parameters

types
SeparatedSyntaxList<TypeSyntax>

A list of the types being inherited.

Returns

Applies to

InheritsStatement(TypeSyntax[])

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 an Inherits statement in a Class, Structure or Interface.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^ InheritsStatement(... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^> ^ types);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax InheritsStatement (params Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax[] types);
static member InheritsStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax
Public Shared Function InheritsStatement (ParamArray types As TypeSyntax()) As InheritsStatementSyntax

Parameters

types
TypeSyntax[]

A list of the types being inherited.

Returns

Applies to

InheritsStatement(SyntaxToken, SeparatedSyntaxList<TypeSyntax>)

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 an Inherits statement in a Class, Structure or Interface.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::InheritsStatementSyntax ^ InheritsStatement(Microsoft::CodeAnalysis::SyntaxToken inheritsKeyword, Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^> types);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax InheritsStatement (Microsoft.CodeAnalysis.SyntaxToken inheritsKeyword, Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax> types);
static member InheritsStatement : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InheritsStatementSyntax
Public Shared Function InheritsStatement (inheritsKeyword As SyntaxToken, types As SeparatedSyntaxList(Of TypeSyntax)) As InheritsStatementSyntax

Parameters

inheritsKeyword
SyntaxToken

The "Inherits" keyword.

types
SeparatedSyntaxList<TypeSyntax>

A list of the types being inherited.

Returns

Applies to