Project.GetWinprojURLs 方法 (Project)
以一个 XML 字符串的形式,返回与活动的企业项目相关联的各个 URL。
语法
expression。 GetWinprojURLs
表达 一个代表 Project 对象的变量。
返回值
Variant
示例
下面是 XML 架构定义的一个示例。
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="WinprojURLsDataSet"
targetNamespace="http://schemas.microsoft.com/office/project/server/webservices/WinprojURLsDataSet/"
xmlns:mstns="http://schemas.microsoft.com/office/project/server/webservices/WinprojURLsDataSet/"
xmlns="http://schemas.microsoft.com/office/project/server/webservices/WinprojURLsDataSet/"
xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
xmlns:NameSpace1="urn:schemas-microsoft-com:xml-msdatasource" attributeFormDefault="qualified"
elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" Modifier="AutoLayout, AnsiClass, NotPublic, Public"
xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections></Connections>
<Tables></Tables>
<Sources></Sources>
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="WinprojURLsDataSet" msdata:IsDataSet="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="WinprojURLs">
<xs:complexType>
<xs:sequence>
<xs:element name="PROJECT_CENTER_URL" type="xs:string" minOccurs="0" />
<xs:element name="RESOURCE_CENTER_URL" type="xs:string" minOccurs="0" />
<xs:element name="PORTFOLIO_ANALYZER_URL" type="xs:string" minOccurs="0" />
<xs:element name="GLOBAL_ISSUES_URL" type="xs:string" minOccurs="0" />
<xs:element name="GLOBAL_RISKS_URL" type="xs:string" minOccurs="0" />
<xs:element name="GLOBAL_DOCUMENTS_URL" type="xs:string" minOccurs="0" />
<xs:element name="STATUS_REPORTS_URL" type="xs:string" minOccurs="0" />
<xs:element name="APPROVALS_URL" type="xs:string" minOccurs="0" />
<xs:element name="TIMESHEETS_URL" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="WinprojURLsDataSet"
targetNamespace="http://schemas.microsoft.com/office/project/server/webservices/WinprojURLsDataSet/"
xmlns:mstns="http://schemas.microsoft.com/office/project/server/webservices/WinprojURLsDataSet/"
xmlns="http://schemas.microsoft.com/office/project/server/webservices/WinprojURLsDataSet/"
xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
xmlns:NameSpace1="urn:schemas-microsoft-com:xml-msdatasource" attributeFormDefault="qualified"
elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" Modifier="AutoLayout, AnsiClass, NotPublic, Public"
xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections></Connections>
<Tables></Tables>
<Sources></Sources>
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="WinprojURLsDataSet" msdata:IsDataSet="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="WinprojURLs">
<xs:complexType>
<xs:sequence>
<xs:element name="PROJECT_CENTER_URL" type="xs:string" minOccurs="0" />
<xs:element name="RESOURCE_CENTER_URL" type="xs:string" minOccurs="0" />
<xs:element name="PORTFOLIO_ANALYZER_URL" type="xs:string" minOccurs="0" />
<xs:element name="GLOBAL_ISSUES_URL" type="xs:string" minOccurs="0" />
<xs:element name="GLOBAL_RISKS_URL" type="xs:string" minOccurs="0" />
<xs:element name="GLOBAL_DOCUMENTS_URL" type="xs:string" minOccurs="0" />
<xs:element name="STATUS_REPORTS_URL" type="xs:string" minOccurs="0" />
<xs:element name="APPROVALS_URL" type="xs:string" minOccurs="0" />
<xs:element name="TIMESHEETS_URL" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。