Visual Basic (Declaration) | |
---|---|
Public Function GetItemAttributes( _ ByRef count As Integer, _ ByRef attrID As Integer(), _ ByRef attrName As String(), _ ByRef attrDesc As String(), _ ByRef attrType As Type() _ ) As Integer |
C# | |
---|---|
public int GetItemAttributes( out int count, out int[] attrID, out string[] attrName, out string[] attrDesc, out Type[] attrType ) |
Parameters
- count
- attrID
- attrName
- attrDesc
- attrType
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family