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


IVsContainedLanguageProjectNameProvider.GetProjectName - метод

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

Синтаксис

'Декларация
Function GetProjectName ( _
    itemid As UInteger, _
    <OutAttribute> ByRef pbstrProjectName As String _
) As Integer
int GetProjectName(
    uint itemid,
    out string pbstrProjectName
)
int GetProjectName(
    [InAttribute] unsigned int itemid, 
    [OutAttribute] String^% pbstrProjectName
)
abstract GetProjectName : 
        itemid:uint32 * 
        pbstrProjectName:string byref -> int
function GetProjectName(
    itemid : uint, 
    pbstrProjectName : String
) : int

Параметры

  • itemid
    Тип: UInt32
  • pbstrProjectName
    Тип: String%

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

Тип: Int32

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

См. также

Ссылки

IVsContainedLanguageProjectNameProvider Интерфейс

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