ISymbolLocatorFactory.CreateSymbolLocator(String, ISymbolLocator140) 方法

定义

创建 ISymbolLocator140 对象。

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

参数

registryRoot
String

VS registry root,用于创建 symbollocator。 它可以为 null。

symbolLocator
ISymbolLocator140

已创建 SymbolLocator 对象。

返回

Int32

HResult。 如果成功,则为 S_OK; 否则为失败结果。

适用于