DkmModule.SymbolsHaveEmbeddedDocuments 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.
Checks if the symbols associated with the module have embedded documents.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).
public:
bool SymbolsHaveEmbeddedDocuments();
public bool SymbolsHaveEmbeddedDocuments ();
member this.SymbolsHaveEmbeddedDocuments : unit -> bool
Public Function SymbolsHaveEmbeddedDocuments () As Boolean
Returns
[Out] True if symbols have embedded documents.