SemanticModel.LookupSymbolsCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
abstract System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ISymbol ^> LookupSymbolsCore(int position, Microsoft::CodeAnalysis::INamespaceOrTypeSymbol ^ container, System::String ^ name, bool includeReducedExtensionMethods);
protected abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupSymbolsCore (int position, Microsoft.CodeAnalysis.INamespaceOrTypeSymbol container, string name, bool includeReducedExtensionMethods);
protected abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupSymbolsCore (int position, Microsoft.CodeAnalysis.INamespaceOrTypeSymbol? container, string? name, bool includeReducedExtensionMethods);
abstract member LookupSymbolsCore : int * Microsoft.CodeAnalysis.INamespaceOrTypeSymbol * string * bool -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol>
Protected MustOverride Function LookupSymbolsCore (position As Integer, container As INamespaceOrTypeSymbol, name As String, includeReducedExtensionMethods As Boolean) As ImmutableArray(Of ISymbol)
參數
- position
- Int32
- container
- INamespaceOrTypeSymbol
- name
- String
- includeReducedExtensionMethods
- Boolean