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如果控件在数据绑定控件中使用,则默认值与数据绑定控件使用的控件相同。

适用于