Поделиться через


ExtensionManagerException.ErrorCode - свойство

Пространство имен:  Microsoft.VisualStudio.ExtensionManager
Сборка:  Microsoft.VisualStudio.ExtensionManager (в Microsoft.VisualStudio.ExtensionManager.dll)

Синтаксис

'Декларация
Public Overridable Property ErrorCode As Integer
public virtual int ErrorCode { get; protected set; }
public:
virtual property int ErrorCode {
    int get ();
    protected: void set (int value);
}
abstract ErrorCode : int with get, set 
override ErrorCode : int with get, set
function get ErrorCode () : int 
protected function set ErrorCode (value : int)

Значение свойства

Тип: Int32

Безопасность платформы .NET Framework

См. также

Ссылки

ExtensionManagerException Класс

Microsoft.VisualStudio.ExtensionManager - пространство имен