SelectionService.GetObjects(UInt32, UInt32, Object[]) 方法

定义

public:
 virtual int GetObjects(System::UInt32 dwFlags, System::UInt32 cObjects, cli::array <System::Object ^> ^ apUnkObjects);
public int GetObjects (uint dwFlags, uint cObjects, object[] apUnkObjects);
abstract member GetObjects : uint32 * uint32 * obj[] -> int
override this.GetObjects : uint32 * uint32 * obj[] -> int
Public Function GetObjects (dwFlags As UInteger, cObjects As UInteger, apUnkObjects As Object()) As Integer

参数

dwFlags
UInt32
cObjects
UInt32
apUnkObjects
Object[]

返回

实现

适用于