Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Returns the various URLs associated with the active enterprise project as an XML string.
Syntax
expression. GetWinprojURLs
expression A variable that represents a Project object.
Return value
Variant
Example
The following is an example of the XML schema definition.
<?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>
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.