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
- pszItemType
Type: System.String
- celt
Type: System.UInt32
- rgItemids
Type: array<System.UInt32[]
- pcActual
Type: System.UInt32%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.