VsIntellisenseCompletorClass.SetLocation(POINT[]) 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.
Sets the location of the IntelliSense completor.
public:
virtual int SetLocation(cli::array <Microsoft::VisualStudio::OLE::Interop::POINT> ^ p) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor::SetLocation;
public:
virtual int SetLocation(cli::array <Microsoft::VisualStudio::OLE::Interop::POINT> ^ p);
public:
virtual int SetLocation(Platform::Array <Microsoft::VisualStudio::OLE::Interop::POINT> ^ p) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor::SetLocation;
virtual int SetLocation(std::Array <Microsoft::VisualStudio::OLE::Interop::POINT> const & p);
public virtual int SetLocation (Microsoft.VisualStudio.OLE.Interop.POINT[] p);
abstract member SetLocation : Microsoft.VisualStudio.OLE.Interop.POINT[] -> int
override this.SetLocation : Microsoft.VisualStudio.OLE.Interop.POINT[] -> int
Public Overridable Function SetLocation (p As POINT()) As Integer
Parameters
- p
- POINT[]
The completor location.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.