Click or drag to resize
AkResultSetReplaceTag Method
逐个对象使用模板、替换属性标记、获取处理后的内容。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public string ReplaceTag(
	string template
)

Parameters

template
Type: SystemString
显示模板。

Return Value

Type: String
处理后的内容。
See Also