Click or drag to resize

ITaskDialogCommandLinks Interface

Namespace:  EBP.Api.Interfaces.Dialogs
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface ITaskDialogCommandLinks : IList<ITaskDialogCommandLink>, 
	ICollection<ITaskDialogCommandLink>, IEnumerable<ITaskDialogCommandLink>, IEnumerable, 
	IDisposable, IEquatable<IProxy>

The ITaskDialogCommandLinks type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionITaskDialogCommandLink.)
Public propertyIsReadOnly (Inherited from ICollectionITaskDialogCommandLink.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListITaskDialogCommandLink.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionITaskDialogCommandLink.)
Public methodClear (Inherited from ICollectionITaskDialogCommandLink.)
Public methodContains (Inherited from ICollectionITaskDialogCommandLink.)
Public methodCopyTo (Inherited from ICollectionITaskDialogCommandLink.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableITaskDialogCommandLink.)
Public methodIndexOf (Inherited from IListITaskDialogCommandLink.)
Public methodInsert (Inherited from IListITaskDialogCommandLink.)
Public methodRemove (Inherited from ICollectionITaskDialogCommandLink.)
Public methodRemoveAt (Inherited from IListITaskDialogCommandLink.)
Top
See Also