Template.CustomData 属性

定义

获取与模板关联的任何元数据。

public:
 property System::String ^ CustomData { System::String ^ get(); };
public:
 property Platform::String ^ CustomData { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(60)]
public string CustomData { [System.Runtime.InteropServices.DispId(60)] get; }
[<System.Runtime.InteropServices.DispId(60)>]
[<get: System.Runtime.InteropServices.DispId(60)>]
member this.CustomData : string
Public ReadOnly Property CustomData As String

属性值

String

表示模板的元数据的字符串。

属性

适用于