DynamicHyperLink.ContextTypeName 属性

定义

获取或设置链接所适用的数据模型的数据上下文。

public:
 property System::String ^ ContextTypeName { System::String ^ get(); void set(System::String ^ value); };
public string ContextTypeName { get; set; }
member this.ContextTypeName : string with get, set
Public Property ContextTypeName As String

属性值

适用于链接的数据上下文。

注解

DynamicHyperLink如果在数据绑定控件中使用控件,则默认值与数据绑定控件使用的默认值相同。

适用于