你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputBinding<T> Interface

Type Parameters

T

public interface OutputBinding

This type should be used with the parameter of output bindings.

Method Summary

Modifier and Type Method and Description
abstract T getValue()

Get the value to be passed to the output binding.

abstract void setValue(T value)

Set the value to be passed to the output binding.

Method Details

getValue

public abstract T getValue()

Get the value to be passed to the output binding.

Returns:

The actual value to be passed to the output binding.

setValue

public abstract void setValue(T value)

Set the value to be passed to the output binding.

Parameters:

value - The actual value to be passed to the output binding.

Applies to