Condividi tramite


DkmScriptDocument.GetProjectItemScriptBlocks Method

Definition

Queries the language service (IVsLanguageDebugInfoScript) to obtain script block information from the associated project item of the specified script document.

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Script::DkmScriptBlockMappingInfo ^> ^ GetProjectItemScriptBlocks();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Script.DkmScriptBlockMappingInfo> GetProjectItemScriptBlocks ();
member this.GetProjectItemScriptBlocks : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Script.DkmScriptBlockMappingInfo>
Public Function GetProjectItemScriptBlocks () As ReadOnlyCollection(Of DkmScriptBlockMappingInfo)

Returns

[Out] Set of script blocks returned from the language service.

Applies to