_CustomXMLPart.Load(String) 方法

定义

允许模板作者从现有文件填充 _CustomXMLPart 。 如果加载成功,则返回 True

public:
 bool Load(System::String ^ FilePath);
public bool Load (string FilePath);
abstract member Load : string -> bool
Public Function Load (FilePath As String) As Boolean

参数

FilePath
String

指向用户计算机上或包含要加载的 XML 的网络上的文件。

返回

Boolean

适用于