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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.