共用方式為


IVsProject4.GetFilesWithItemType Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'宣告
Function GetFilesWithItemType ( _
    pszItemType As String, _
    celt As UInteger, _
    <OutAttribute> rgItemids As UInteger(), _
    <OutAttribute> ByRef pcActual As UInteger _
) As Integer
'用途
Dim instance As IVsProject4
Dim pszItemType As String
Dim celt As UInteger
Dim rgItemids As UInteger()
Dim pcActual As UInteger
Dim returnValue As Integer

returnValue = instance.GetFilesWithItemType(pszItemType, _
    celt, rgItemids, pcActual)
int GetFilesWithItemType(
    string pszItemType,
    uint celt,
    uint[] rgItemids,
    out uint pcActual
)
int GetFilesWithItemType(
    [InAttribute] String^ pszItemType, 
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<unsigned int>^ rgItemids, 
    [OutAttribute] unsigned int% pcActual
)
abstract GetFilesWithItemType : 
        pszItemType:string * 
        celt:uint32 * 
        rgItemids:uint32[] byref * 
        pcActual:uint32 byref -> int 
function GetFilesWithItemType(
    pszItemType : String, 
    celt : uint, 
    rgItemids : uint[], 
    pcActual : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsProject4 Interface

IVsProject4 Members

Microsoft.VisualStudio.Shell.Interop Namespace