共用方式為


TextTemplatingCallback.Errors 屬性

命名空間:  Microsoft.VisualStudio.TextTemplating.VSHost
組件:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (在 Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll 中)

語法

'宣告
Public Property Errors As Boolean
public bool Errors { get; set; }
public:
property bool Errors {
    bool get ();
    void set (bool value);
}
member Errors : bool with get, set
function get Errors () : boolean 
function set Errors (value : boolean)

屬性值

類型:Boolean
傳回 Boolean

.NET Framework 安全性

請參閱

參考

TextTemplatingCallback 類別

Microsoft.VisualStudio.TextTemplating.VSHost 命名空間