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

InputBindingData<T> Class

Definition

A type representing the input binding data.

public abstract class InputBindingData<T>
type InputBindingData<'T> = class
Public MustInherit Class InputBindingData(Of T)

Type Parameters

T

The type of binding data value.

Inheritance
InputBindingData<T>

Constructors

Name Description
InputBindingData<T>()

Properties

Name Description
BindingMetadata

Gets the binding metadata part of this input binding data instance.

Value

Gets or sets the value of the binding result.

Applies to