VsIntellisenseCompletorClass.Exec - метод
Пространство имен: Microsoft.VisualStudio.TextManager.Interop
Сборка: Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Синтаксис
'Декларация
Public Overridable Function Exec ( _
ByRef pguidCmdGroup As Guid, _
nCmdID As UInteger, _
nCmdexecopt As UInteger, _
ByRef pvaIn As Object, _
<OutAttribute> ByRef pvaOut As Object _
) As Integer
public virtual int Exec(
ref Guid pguidCmdGroup,
uint nCmdID,
uint nCmdexecopt,
ref Object pvaIn,
out Object pvaOut
)
public:
virtual int Exec(
[InAttribute] Guid% pguidCmdGroup,
[InAttribute] unsigned int nCmdID,
[InAttribute] unsigned int nCmdexecopt,
[InAttribute] Object^% pvaIn,
[InAttribute] [OutAttribute] Object^% pvaOut
)
abstract Exec :
pguidCmdGroup:Guid byref *
nCmdID:uint32 *
nCmdexecopt:uint32 *
pvaIn:Object byref *
pvaOut:Object byref -> int
override Exec :
pguidCmdGroup:Guid byref *
nCmdID:uint32 *
nCmdexecopt:uint32 *
pvaIn:Object byref *
pvaOut:Object byref -> int
public function Exec(
pguidCmdGroup : Guid,
nCmdID : uint,
nCmdexecopt : uint,
pvaIn : Object,
pvaOut : Object
) : int
Параметры
- pguidCmdGroup
Тип: Guid%
- nCmdID
Тип: UInt32
- nCmdexecopt
Тип: UInt32
- pvaIn
Тип: Object%
- pvaOut
Тип: Object%
Возвращаемое значение
Тип: Int32
Реализации
IVsIntellisenseCompletor.Exec(Guid%, UInt32, UInt32, Object%, Object%)
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
VsIntellisenseCompletorClass Класс
Microsoft.VisualStudio.TextManager.Interop - пространство имен