次の方法で共有


Project.GetWinprojURLs メソッド (Project)

作業中のエンタープライズ プロジェクトに関連付けられた複数の URL を XML 文字列として返します。

構文

GetWinprojURLs

Project オブジェクトを表す変数。

戻り値

バリアント型

次に、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 のサポートおよびフィードバックを参照してください。