uaPLUS Reference
QueryProperties Method
See Also  Send Feedback
NSPlugin Namespace > AppPlugin Class : QueryProperties Method

ItemHandle
numProp
IDs
Names
Descriptions
Values

Glossary Item Box

Get the properties of the specified item

Syntax

Visual Basic (Declaration) 
Public Shadows Function QueryProperties( _
   ByVal ItemHandle As Integer, _
   ByRef numProp As Integer, _
   ByRef IDs As Integer(), _
   ByRef Names As String(), _
   ByRef Descriptions As String(), _
   ByRef Values As Object() _
) As Integer
C# 
public new int QueryProperties( 
   int ItemHandle,
   out int numProp,
   out int[] IDs,
   out string[] Names,
   out string[] Descriptions,
   out object[] Values
)

Parameters

ItemHandle
numProp
IDs
Names
Descriptions
Values

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.