ISymbolLocatorFactory.CreateSymbolLocator(String, ISymbolLocator140) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 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 对象。
返回
HResult。 如果成功,则为 S_OK; 否则为失败结果。