Constable Authorization Engine 2.0 BETA

NamedObjectClipboardHandler.GetOwningList Method 

[This is preliminary documentation and subject to change.]

Derived classes should return a reference to the IList implementation that owns objects of the supported type.

[Visual Basic]
MustOverride Protected Function GetOwningList( _
   ByVal policy As AuthorizationPolicy _
) As IList
[C#]
protected abstract IList GetOwningList(
   AuthorizationPolicy policy
);

Remarks

For example, the ActionClipboardHandler's implementation returns a reference to the AuthorizationPolicy.Actions collection.

See Also

NamedObjectClipboardHandler Class | LaMarvin.Constable.Design.Clipboard Namespace