次の方法で共有


ImplementsClauseSyntax.InterfaceMembers Property

Definition

The list of interface members being implemented.

public:
 property Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::QualifiedNameSyntax ^> InterfaceMembers { Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::QualifiedNameSyntax ^> get(); };
public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.QualifiedNameSyntax> InterfaceMembers { get; }
member this.InterfaceMembers : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.QualifiedNameSyntax>
Public ReadOnly Property InterfaceMembers As SeparatedSyntaxList(Of QualifiedNameSyntax)

Property Value

Applies to