ISymbolLocatorFactory.CreateSymbolLocator(String, ISymbolLocator140) 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.
Creates ISymbolLocator140 object.
public:
int CreateSymbolLocator(System::String ^ registryRoot, [Runtime::InteropServices::Out] Microsoft::VisualStudio::IntelliTrace::Symbols::ISymbolLocator140 ^ % symbolLocator);
public int CreateSymbolLocator (string registryRoot, out Microsoft.VisualStudio.IntelliTrace.Symbols.ISymbolLocator140 symbolLocator);
abstract member CreateSymbolLocator : string * ISymbolLocator140 -> int
Public Function CreateSymbolLocator (registryRoot As String, ByRef symbolLocator As ISymbolLocator140) As Integer
Parameters
- registryRoot
- String
VS registry root to create the symbollocator. It can be null.
- symbolLocator
- ISymbolLocator140
Created SymbolLocator object.
Returns
HResult. S_OK if successful, failure result otherwise.