int IVsTextView.UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { return VSConstants.E_NOTIMPL; }
int IVsTextView.UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { throw new System.NotImplementedException(); }
public int UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { return VSConstants.S_OK; }
public int UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { return(intellisenseHost.UpdateCompletionStatus(pCompSet, dwFlags)); }
int IVsTextView.UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { throw new NotImplementedException(); }
/// <summary> /// The update completion status. /// </summary> /// <param name="pCompSet"> /// The p comp set. /// </param> /// <param name="dwFlags"> /// The dw flags. /// </param> /// <returns> /// The update completion status. /// </returns> /// <exception cref="Exception"> /// </exception> public int UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { throw new Exception("The method or operation is not implemented."); }
public int UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { return intellisenseHost.UpdateCompletionStatus(pCompSet, dwFlags); }
public int UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { throw new Exception("The method or operation is not implemented."); }
public int UpdateCompletionStatus(IVsCompletionSet pCompSet, uint dwFlags) { return(VSConstants.S_OK); }