共用方式為


EventMetadata.Template 屬性

定義

取得事件的範本字串。 範本用來描述提供者在發行事件時所使用的資料。 範本可以選擇性地指定提供事件結構的 XML。 XML 允許呈現事件期間,插入事件發行者所提供的值。

public:
 property System::String ^ Template { System::String ^ get(); };
public string Template { get; }
member this.Template : string
Public ReadOnly Property Template As String

屬性值

包含事件範本的字串。

適用於

另請參閱