ITaskHandler.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a copy of the options configured at initialization for an ITaskHandler behaviour and data.
public:
property Microsoft::VisualStudio::TaskStatusCenter::TaskHandlerOptions Options { Microsoft::VisualStudio::TaskStatusCenter::TaskHandlerOptions get(); };
public Microsoft.VisualStudio.TaskStatusCenter.TaskHandlerOptions Options { get; }
member this.Options : Microsoft.VisualStudio.TaskStatusCenter.TaskHandlerOptions
Public ReadOnly Property Options As TaskHandlerOptions