InputParameters 接口

定义

此类型是用于由 Coclass(托管代码需要此 Coclass 来实现 COM 互操作性)实现的 COM 接口的包装。 要访问由此接口指定的成员,请使用用于包装实现此接口的 Coclass 的类型。 有关该类型的信息(包括用法、备注和示例),请参阅InputParameterCollection

public interface class InputParameters
[System.Runtime.InteropServices.Guid("096cd694-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface InputParameters
type InputParameters = interface
Public Interface InputParameters
派生
属性

属性

Count

获取集合中包含的对象数 InputParameterInputParameters 计数。

Item[Object]

InputParameters集合中获取对指定InputParameter对象的引用。

方法

GetEnumerator()

获取可用于循环访问集合中的所有条目的 InputParametersIEnumerator

适用于