IndexEntityData.Symbols 属性

定义

已索引符号

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::SymbolDefinition ^> ^ Symbols { System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Indexing::SymbolDefinition ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.SymbolDefinition> Symbols { get; }
member this.Symbols : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Indexing.SymbolDefinition>
Public ReadOnly Property Symbols As IReadOnlyCollection(Of SymbolDefinition)

属性值

IReadOnlyCollection<SymbolDefinition>

适用于