SemanticModel.LookupLabelsCore(Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持实现的 LookupLabels(Int32, String).
protected:
abstract System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ISymbol ^> LookupLabelsCore(int position, System::String ^ name);
protected abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupLabelsCore (int position, string name);
protected abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupLabelsCore (int position, string? name);
abstract member LookupLabelsCore : int * string -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol>
Protected MustOverride Function LookupLabelsCore (position As Integer, name As String) As ImmutableArray(Of ISymbol)
参数
- position
- Int32
- name
- String