VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoMonitor Class / CanUseStorage(IDataStorage) Method
Syntax Requirements SeeAlso
In This Topic
    CanUseStorage(IDataStorage) Method (UndoMonitor)
    In This Topic
    Returns a value indicating whether this monitor can use the specified data storage.
    Syntax
    'Declaration
    
    Protected MustOverride Function CanUseStorage( _
    ByVal dataStorage
    The data storag to teste.
    As Vintasoft.Data.IDataStorage _
    ) As Boolean
    protected abstract bool CanUseStorage(
    Vintasoft.Data.IDataStorage dataStorage
    )
    protected: abstract bool CanUseStorage(
    Vintasoft.Data.IDataStorage* dataStorage
    )
    protected:
    abstract bool CanUseStorage(
    Vintasoft.Data.IDataStorage^ dataStorage
    )

    Parameters

    dataStorage
    The data storag to teste.

    Return Value

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

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

    See Also