IJSVsaItem 인터페이스

정의

주의

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.

코드 항목, 참조 항목, 전역 항목 등을 포함하여 .NET 스크립트 엔진에 추가되는 모든 항목에 대해 인터페이스를 정의합니다. 엔진에서 인식하는 모든 항목 형식에 적용되는 일반 속성과 메서드를 정의합니다.

public interface class IJSVsaItem
[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("1F2377AC-8A09-417B-89DC-D146769F0B45")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaItem
[<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("1F2377AC-8A09-417B-89DC-D146769F0B45")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaItem = interface
Public Interface IJSVsaItem
파생
특성

속성

IsDirty

항목의 현재 메모리 내의 표현이 지속된 표현과 다른지 여부를 나타내는 값을 반환합니다.

ItemType

CreateItem(String, JSVsaItemType, JSVsaItemFlag) 메서드에 의해 결정된 대로 지정된 개체의 형식을 가져옵니다.

Name

항목의 이름을 가져오거나 설정합니다.

메서드

GetOption(String)

스크립트 엔진에 대한 구현 관련 옵션을 가져옵니다.

SetOption(String, Object)

스크립트 엔진에 대한 구현 관련 옵션을 설정합니다.

적용 대상