Compartir a través de


IVsContainedLanguageProjectNameProvider.GetProjectName (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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

Parámetros

  • itemid
    Tipo: UInt32
  • pbstrProjectName
    Tipo: String%

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsContainedLanguageProjectNameProvider Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)