Visual Basic (Declaration) | |
---|---|
Public Function GetEventAttributes( _ ByVal categoryId As Integer, _ ByRef attributeIds As Integer(), _ ByRef descriptions As String(), _ ByRef dataTypes As Type() _ ) As Boolean |
C# | |
---|---|
public bool GetEventAttributes( int categoryId, out int[] attributeIds, out string[] descriptions, out Type[] dataTypes ) |
Parameters
- categoryId
- The category id.
- attributeIds
- The attribute ids.
- descriptions
- The descriptions.
- dataTypes
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family