DocumentationCommentId.GetSymbolsForDeclarationId(String, Compilation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all declaration symbols that match the declaration id string
public:
static System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ISymbol ^> GetSymbolsForDeclarationId(System::String ^ id, Microsoft::CodeAnalysis::Compilation ^ compilation);
public static System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> GetSymbolsForDeclarationId (string id, Microsoft.CodeAnalysis.Compilation compilation);
static member GetSymbolsForDeclarationId : string * Microsoft.CodeAnalysis.Compilation -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol>
Public Shared Function GetSymbolsForDeclarationId (id As String, compilation As Compilation) As ImmutableArray(Of ISymbol)
Parameters
- id
- String
- compilation
- Compilation
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.