Share via


ContentImporter.UpdateContent Method (Content, Content)

 

 

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

protected static void UpdateContent(
    Content dst,
    Content src
)
protected:
static void UpdateContent(
    Content^ dst,
    Content^ src
)
Protected Shared Sub UpdateContent (
    dst As Content,
    src As Content
)

Parameters

See Also

ContentImporter Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top