VsIntellisenseCompletorClass.SetLocation(POINT[]) Methode

Definition

Legt den Speicherort des IntelliSense-completors fest.

public:
 virtual int SetLocation(cli::array <Microsoft::VisualStudio::OLE::Interop::POINT> ^ p) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor::SetLocation;
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

Parameter

p
POINT[]

Der Completor-Speicherort.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Gilt für