public interface IAttachedItem : IDisposable
Public Interface IAttachedItem
Inherits IDisposable
public interface class IAttachedItem : IDisposable
type IAttachedItem =
interface
interface IDisposable
end
Attach | Осуществляет присоединение к целевому элементу |
Detach | Осуществляет отсоединение от целевого элемента |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |