VsIntellisenseCompletorClass.SetLocation, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Public Overridable Function SetLocation ( _
    p As POINT() _
) As Integer
public virtual int SetLocation(
    POINT[] p
)
public:
virtual int SetLocation(
    array<POINT>^ p
)
abstract SetLocation : 
        p:POINT[] -> int  
override SetLocation : 
        p:POINT[] -> int
public function SetLocation(
    p : POINT[]
) : int

Paramètres

  • p
    Type : array<POINT[]

Valeur de retour

Type : Int32

Implémentations

IVsIntellisenseCompletor.SetLocation(array<POINT[])

Sécurité .NET Framework

Voir aussi

Référence

VsIntellisenseCompletorClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms