Share via


Méthode Project.GetWinprojURLs (Project)

Renvoie les différentes URL associées au projet d’entreprise actif sous forme d’une chaîne XML.

Syntaxe

expression. GetWinprojURLs

Expression Variable qui représente un objet Project .

Valeur renvoyée

Variant

Exemple

Voici un exemple de définition de schéma 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>

Assistance et commentaires

Avez-vous des questions ou des commentaires sur Office VBA ou sur cette documentation ? Consultez la rubrique concernant l’assistance pour Office VBA et l’envoi de commentaires afin d’obtenir des instructions pour recevoir une assistance et envoyer vos commentaires.