VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.Undo Namespace / WpfImageViewerUndoMonitor Class / CanUseStorage(IDataStorage) Method
Syntax Requirements SeeAlso
In This Topic
    CanUseStorage(IDataStorage) Method (WpfImageViewerUndoMonitor)
    In This Topic
    Determines whether this undo monitor can use the specified data storage.
    Syntax
    'Declaration
    
    Protected Overrides Function CanUseStorage( _
    ByVal dataStorage
    The data storage.
    As Vintasoft.Data.IDataStorage _
    ) As Boolean
    protected override bool CanUseStorage(
    Vintasoft.Data.IDataStorage dataStorage
    )
    protected: bool CanUseStorage(
    Vintasoft.Data.IDataStorage* dataStorage
    ); override
    protected:
    bool CanUseStorage(
    Vintasoft.Data.IDataStorage^ dataStorage
    ); override

    Parameters

    dataStorage
    The data storage.

    Return Value

    True - this undo monitor can use the specified data storage; false - this undo monitor cannot use the specified data storage.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also