TransformingAllTemplatesEventArgs.Cancel 属性

允许用户取消操作

命名空间:  Microsoft.VisualStudio.TextTemplating
程序集:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0(在 Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll 中)

语法

声明
Public Property Cancel As Boolean
public bool Cancel { get; set; }
public:
property bool Cancel {
    bool get ();
    void set (bool value);
}
member Cancel : bool with get, set
function get Cancel () : boolean
function set Cancel (value : boolean)

属性值

类型:System.Boolean
返回 Boolean

.NET Framework 安全性

请参见

参考

TransformingAllTemplatesEventArgs 类

Microsoft.VisualStudio.TextTemplating 命名空间