IUAVariable.ResetDynamicLink()
移除在变量上设置的动态链接。
void ResetDynamicLink();
示例
以下示例所示的 API 可移除在对应于
myLabel
的项目对象的 Text
属性(其节点由 TextVariable
表示)上设置的动态链接:myLabel.TextVariable.ResetDynamicLink();
提供反馈