iDataModelNameBinder::BindValue 方法 (dbgmodel.h)

BindValue 方法根据一组绑定规则对给定对象执行等效的 contextObject.name。 此绑定的结果为 值。 作为一个值,基础脚本提供程序不能使用 值来执行赋回名称。

语法

HRESULT BindValue(
  IModelObject                *contextObject,
  PCWSTR                      name,
  _COM_Errorptr_ IModelObject **value,
  IKeyStore                   **metadata
);

参数

contextObject

要对其绑定名称的对象。

name

在 contextObject 的上下文中绑定的名称。

value

返回 contextObject 上下文中 name 的值。 作为值绑定,它不能用于支持将赋回名称。

metadata

此处返回与名称(可选)关联的任何元数据。

返回值

此方法返回指示成功或失败的 HRESULT。

要求

要求
Header dbgmodel.h

另请参阅

IDataModelNameBinder 接口