AxParameterData.IsOut 属性
定义
指示参数数据是否为输出参数。Indicates whether the parameter data is out.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool IsOut { bool get(); };
public bool IsOut { get; }
member this.IsOut : bool
Public ReadOnly Property IsOut As Boolean
属性值
如果参数数据是输出参数,则为 true;否则为 false。true if the parameter data is out; otherwise, false.