Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the item ids of all subordinate files.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function GetChildProjectItemIds ( _
parentHierarchy As IVsHierarchy, _
parentItemId As UInteger _
) As IList(Of Integer)
[CLSCompliantAttribute(false)]
public static IList<int> GetChildProjectItemIds(
IVsHierarchy parentHierarchy,
uint parentItemId
)
[CLSCompliantAttribute(false)]
public:
static IList<int>^ GetChildProjectItemIds(
IVsHierarchy^ parentHierarchy,
unsigned int parentItemId
)
[<CLSCompliantAttribute(false)>]
static member GetChildProjectItemIds :
parentHierarchy:IVsHierarchy *
parentItemId:uint32 -> IList<int>
public static function GetChildProjectItemIds(
parentHierarchy : IVsHierarchy,
parentItemId : uint
) : IList<int>
Parameters
parentHierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyParent hierarchy.
parentItemId
Type: UInt32Item id identifying parent file.
Return Value
Type: IList<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.