Initializes a new instance of the content importer Type. Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As InstallerTechnology
Dim returnValue As ContentImporter

returnValue = instance.CreateImporter

Syntax

Visual Basic
Public Function CreateImporter As ContentImporter
C#
public ContentImporter CreateImporter ()
C++
public:
ContentImporter^ CreateImporter ()
J#
public ContentImporter CreateImporter ()
JScript
public function CreateImporter () : ContentImporter

Return Value

A content importer.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also