DynamicHyperLink.ContextTypeName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置链接所适用的数据模型的数据上下文。
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如果在数据绑定控件中使用控件,则默认值与数据绑定控件使用的默认值相同。