Partilhar via


Método IVsContainedLanguageProjectNameProvider.GetProjectName

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsContainedLanguageProjectNameProvider Interface

Namespace Microsoft.VisualStudio.TextManager.Interop