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