共用方式為


IADsPropertyList::Skip 方法 (iads.h)

IADsPropertyList::Skip方法會略過屬性清單中的目前資料指標位置中指定數目的專案。

語法

HRESULT Skip(
  [in] long cElements
);

參數

[in] cElements

要略過的專案數目。

傳回值

這個方法支援標準 HRESULT 傳回值,包括S_OK。 如需詳細資訊和其他傳回值,請參閱 ADSI 錯誤碼

需求

   
最低支援的用戶端 Windows Vista
最低支援的伺服器 Windows Server 2008
目標平台 Windows
標頭 iads.h
Dll Activeds.dll

另請參閱

ADSI 錯誤碼

IADsPropertyList

IADsPropertyList 屬性方法

IADsPropertyList::Next