IJSVsaCodeItem 인터페이스

정의

주의

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 interface class IJSVsaCodeItem : Microsoft::JScript::Vsa::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("528BBC87-CCDC-4F07-B29C-9B10575DEB2F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaCodeItem : Microsoft.JScript.Vsa.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("528BBC87-CCDC-4F07-B29C-9B10575DEB2F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaCodeItem = interface
    interface IJSVsaItem
Public Interface IJSVsaCodeItem
Implements IJSVsaItem
파생
특성
구현

속성

Name Description
CodeDOM
사용되지 않음.

코드 항목에 표시되는 코드 문서 개체 모델(CodeDOM)을 가져옵니다.

IsDirty
사용되지 않음.

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

(다음에서 상속됨 IJSVsaItem)
ItemType
사용되지 않음.

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

(다음에서 상속됨 IJSVsaItem)
Name
사용되지 않음.

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

(다음에서 상속됨 IJSVsaItem)
SourceText
사용되지 않음.

자동 생성된 코드(있는 경우)를 포함하여 지정된 코드 항목의 텍스트를 가져오거나 설정합니다.

메서드

Name Description
AddEventSource(String, String)
사용되지 않음.

코드 항목에 이벤트 원본을 추가합니다. 코드 항목은 이벤트 원본을 사용하여 호스트에서 구현하는 IVsaSite.GetEventSourceInstance 메서드를 호출하여 이벤트를 명명된 이벤트 원본에 연결합니다.

AppendSourceText(String)
사용되지 않음.

지정된 텍스트를 코드 항목의 끝에 추가합니다.

GetOption(String)
사용되지 않음.

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

(다음에서 상속됨 IJSVsaItem)
RemoveEventSource(String)
사용되지 않음.

코드 항목에서 지정된 이벤트 소스를 제거합니다.

SetOption(String, Object)
사용되지 않음.

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

(다음에서 상속됨 IJSVsaItem)

적용 대상