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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET