Visual Basic (Declaration) | |
---|---|
Public Overridable Function GetDICOMManagePlugIn() As IDICOMManage |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DICOMPluginFactory Dim value As IDICOMManage value = instance.GetDICOMManagePlugIn() |
C# | |
---|---|
public virtual IDICOMManage GetDICOMManagePlugIn() |
C++/CLI | |
---|---|
public: virtual IDICOMManage^ GetDICOMManagePlugIn(); |
Return Value
An object which implements the IDICOMManage interface as specified by the DICOMServicesConfigurationHandler.You should make sure that the object implementing the IDICOMManage has the same constructor as our DICOMManage plug-in.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family