IVsIntellisenseCompletor.SetLocation(POINT[]) Method

Definition

Sets the completor location.

public:
 int SetLocation(cli::array <Microsoft::VisualStudio::OLE::Interop::POINT> ^ p);
public:
 int SetLocation(Platform::Array <Microsoft::VisualStudio::OLE::Interop::POINT> ^ p);
int SetLocation(std::Array <Microsoft::VisualStudio::OLE::Interop::POINT> const & p);
public int SetLocation (Microsoft.VisualStudio.OLE.Interop.POINT[] p);
abstract member SetLocation : Microsoft.VisualStudio.OLE.Interop.POINT[] -> int
Public Function SetLocation (p As POINT()) As Integer

Parameters

p
POINT[]

Pointer to the start of the completor location.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

C++

From singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::SetLocation(POINT *p);

Applies to