共用方式為


PSClientError.GetArrayItemErrors 方法

取得說明每個錯誤的 SOAP 例外規則的 PSI 方法呼叫中指定的陣列項目上的PSErrorInfo物件的陣列。

命名空間:  Microsoft.Office.Project.Server.Library
組件:  Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)

語法

'宣告
Public Function GetArrayItemErrors ( _
    arrayName As String, _
    item As Object _
) As PSErrorInfo()
'用途
Dim instance As PSClientError
Dim arrayName As String
Dim item As Object
Dim returnValue As PSErrorInfo()

returnValue = instance.GetArrayItemErrors(arrayName, _
    item)
public PSErrorInfo[] GetArrayItemErrors(
    string arrayName,
    Object item
)

參數

  • arrayName
    類型:System.String

    名稱的陣列或null 參考 (未執行任何動作 於 Visual Basic 中)陣列有無名稱。

  • item
    類型:System.Object

    若要取得錯誤資訊的陣列中的項目。

傳回值

類型:[]
PSErrorInfo物件的陣列。

請參閱

參照

PSClientError 類別

PSClientError 成員

Microsoft.Office.Project.Server.Library 命名空間