FileContextActionResult Class

Definition

Default implementation for a IFileContextActionResult interface

public ref class FileContextActionResult : Microsoft::VisualStudio::Workspace::IFileContextActionResult
[Windows::Foundation::Metadata::WebHostHidden]
class FileContextActionResult : Microsoft::VisualStudio::Workspace::IFileContextActionResult
public class FileContextActionResult : Microsoft.VisualStudio.Workspace.IFileContextActionResult
type FileContextActionResult = class
    interface IFileContextActionResult
Public Class FileContextActionResult
Implements IFileContextActionResult
Inheritance
FileContextActionResult
Derived
Implements

Constructors

FileContextActionResult(Boolean)

Initializes a new instance of the FileContextActionResult class.

Properties

IsSuccess

Gets a value indicating whether the action was successful.

Applies to