共用方式為


SPUserCollection.XmlEx property

取得集合中 XMLDATA 格式。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property XmlEx As String
    Get
'用途
Dim instance As SPUserCollection
Dim value As String

value = instance.XmlEx
public string XmlEx { get; }

Property value

Type: System.String
字串,包含 XMLDATA 格式集合。

備註

XMLDATA 格式指定可用的資料型別有必要 (例如,在處理數值運算式) 的 XML 資料型別資訊。否則,在 XML 文件中的所有項目是文字字串。

XmlEx屬性會傳回類似下列的 XML 字串。

<xml xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" 
   xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" 
   xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema" 
      >
   <rs:data>
      <z:row ows_ID="3" ows_Title="User1_Display_Name" 
         ows_Name="User_Name_1" 
         ows_Email="User1_E-mail" />
      <z:row ows_ID="1" ows_Title="User2_Display_Name" 
         ows_Name="User_Name_2" 
         ows_Email="User2_E-mail" />
      <z:row ows_ID="5" ows_Title="User3_Display_Name" 
         ows_Name="User_Name_3" 
         ows_Email="User3_E-mail" />
   </rs:data>
</xml>

請參閱

參照

SPUserCollection class

SPUserCollection members

Microsoft.SharePoint namespace