Interface implemented by items that can be tagged with arbitrary objects.
Namespace: yWorks.SupportAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface ITagOwner |
| Visual Basic |
|---|
Public Interface ITagOwner |
Remarks
The object held by implementations of this interface is usually a user defined object.
Implementations don't depend on this tag. They just serve as a storage for the tag that
will be used by other parts of the implementation.