VsIntellisenseCompletorClass.SetLocation 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
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

参数

  • p
    类型:array<POINT[]

返回值

类型:Int32

实现

IVsIntellisenseCompletor.SetLocation(array<POINT[])

.NET Framework 安全性

请参阅

参考

VsIntellisenseCompletorClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间