Поделиться через


IVsShortcutManager.CreateItem - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Function CreateItem ( _
    iShortcutLine As Integer, _
    pBuffer As IVsTextLines, _
    pszBufMoniker As String _
) As Integer
int CreateItem(
    int iShortcutLine,
    IVsTextLines pBuffer,
    string pszBufMoniker
)
int CreateItem(
    [InAttribute] int iShortcutLine, 
    [InAttribute] IVsTextLines^ pBuffer, 
    [InAttribute] String^ pszBufMoniker
)
abstract CreateItem : 
        iShortcutLine:int * 
        pBuffer:IVsTextLines * 
        pszBufMoniker:string -> int
function CreateItem(
    iShortcutLine : int, 
    pBuffer : IVsTextLines, 
    pszBufMoniker : String
) : int

Параметры

  • iShortcutLine
    Тип: Int32

    [in]

  • pszBufMoniker
    Тип: String

    [in]

Возвращаемое значение

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsShortcutManager::CreateItem(
   [in]long iShortcutLine,
   [in]IVsTextLines* pBuffer,
   [in]LPCOLESTR pszBufMoniker
);

Безопасность платформы .NET Framework

См. также

Ссылки

IVsShortcutManager Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен