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

ItemHandle
pID
Value
null if property not defined

Glossary Item Box

For the requested item return the values of the requested properties

Syntax

Visual Basic (Declaration) 
Public Shadows Function GetPropertyValue( _
   ByVal ItemHandle As Integer, _
   ByVal pID As Integer, _
   ByRef Value As Object _
) As Integer
C# 
public new int GetPropertyValue( 
   int ItemHandle,
   int pID,
   out object Value
)

Parameters

ItemHandle
pID
Value
null if property not defined

Return Value

S_OK or error code

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.