_CustomXMLPart.Load(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许模板作者从现有文件填充 _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