PowerStudio.DebugEngine.DebugModuleBase.ReloadSymbols_Deprecated C# (CSharp) Method

ReloadSymbols_Deprecated() private method

private ReloadSymbols_Deprecated ( string pszUrlToSymbols, string &pbstrDebugMessage ) : int
pszUrlToSymbols string
pbstrDebugMessage string
return int
        public int ReloadSymbols_Deprecated( string pszUrlToSymbols, out string pbstrDebugMessage )
        {
            Logger.Debug( string.Empty );
            pbstrDebugMessage = null;
            return VSConstants.E_NOTIMPL;
        }