uaPLUS Reference
GetItemAttributes Method
See Also  Send Feedback
HDAPluginDA Namespace > AppPluginHDA Class : GetItemAttributes Method

count
attrID
attrName
attrDesc
attrType

Glossary Item Box

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.