Template.FullName 属性

定义

指定模板的名称,其中包含驱动器或 Web 路径。

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

属性值

注解

使用此属性等效于按顺序使用 PathPathSeparatorName 属性。

适用于