Share via


ICommand Interface

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
Public Interface ICommand _
    Inherits IDisposable
public interface ICommand : IDisposable
public interface class ICommand : IDisposable
type ICommand =  
    interface
        interface IDisposable
    end
public interface ICommand extends IDisposable

The ICommand type exposes the following members.

Properties

  Name Description
Public property Name

Top

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace