Visual Basic (Declaration) | |
---|---|
Public Shadows Function GetItemProperties( _ ByVal itemID As String, _ ByVal returnValues As Boolean, _ ByVal returnAll As Boolean, _ ByRef numProp As Integer, _ ByRef propertyIDs As Integer(), _ ByRef propertyNames As String(), _ ByRef propertyDescr As String(), _ ByRef Values As Object(), _ ByRef errors As Integer() _ ) As Integer |
C# | |
---|---|
public new int GetItemProperties( string itemID, bool returnValues, bool returnAll, ref int numProp, ref int[] propertyIDs, out string[] propertyNames, out string[] propertyDescr, out object[] Values, out int[] errors ) |
Parameters
- itemID
- returnValues
- returnAll
- numProp
- propertyIDs
- propertyNames
- propertyDescr
- Values
- errors
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family