JSVsaItemType Перечисление

Определение

Внимание!

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Представляет тип элемента.

public enum class JSVsaItemType
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("97453226-34DD-4379-B658-005DF8F84EA1")]
public enum JSVsaItemType
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("97453226-34DD-4379-B658-005DF8F84EA1")>]
type JSVsaItemType = 
Public Enum JSVsaItemType
Наследование
JSVsaItemType
Атрибуты

Поля

AppGlobal 1

Используется для добавления глобального объекта в обработчик скрипта .NET. Этот тип используется для создания объекта IJSVsaGlobalItem.

Code 2

Используется при создании элемента кода для хранения исходного кода обработчика скрипта .NET.

Reference 0

Используется для добавления ссылки на внешнюю сборку .NET, на которую затем можно сделать ссылку из кода. Этот тип используется для создания объекта IJSVsaReferenceItem.

Применяется к