Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets item data from the loaded FeedSync feed. The item data is represented as XML text.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function LoadChangeData ( _
loadChangeContext As LoadChangeContext _
) As String
'Usage
Dim instance As FeedSyncServices
Dim loadChangeContext As LoadChangeContext
Dim returnValue As String
returnValue = instance.LoadChangeData(loadChangeContext)
public string LoadChangeData(
LoadChangeContext loadChangeContext
)
public:
String^ LoadChangeData(
LoadChangeContext^ loadChangeContext
)
member LoadChangeData :
loadChangeContext:LoadChangeContext -> string
public function LoadChangeData(
loadChangeContext : LoadChangeContext
) : String
Parameters
- loadChangeContext
Type: Microsoft.Synchronization.LoadChangeContext
Contextual information that represents the item to retrieve from the FeedSync feed.
Return Value
Type: System.String
Item data from the loaded FeedSync feed. The item data is represented as XML text.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | loadChangeContext is a null reference (Nothing in Visual Basic). |
| InvalidOperationException | Feed metadata was not previously loaded by calling LoadFeed. |
Remarks
This method helps a provider implement the LoadChangeData method.