IJSVsaGlobalItem 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaGlobalItem = interface
interface IJSVsaItem
Public Interface IJSVsaGlobalItem
Implements IJSVsaItem
- 특성
- 구현
속성
ExposeMembers |
사용되지 않음.
전역 개체의 멤버를 스크립트 엔진에서 사용할 수 있는지 여부를 나타내는 값을 설정합니다. (현재 지원되지 않습니다.) |
IsDirty |
사용되지 않음.
항목의 현재 메모리 내의 표현이 지속된 표현과 다른지 여부를 나타내는 값을 반환합니다. (다음에서 상속됨 IJSVsaItem) |
ItemType |
사용되지 않음.
CreateItem(String, JSVsaItemType, JSVsaItemFlag) 메서드에 의해 결정된 대로 지정된 개체의 형식을 가져옵니다. (다음에서 상속됨 IJSVsaItem) |
Name |
사용되지 않음.
항목의 이름을 가져오거나 설정합니다. (다음에서 상속됨 IJSVsaItem) |
TypeString |
사용되지 않음.
전역 항목의 형식을 가져오거나 설정합니다. |
메서드
GetOption(String) |
사용되지 않음.
스크립트 엔진에 대한 구현 관련 옵션을 가져옵니다. (다음에서 상속됨 IJSVsaItem) |
SetOption(String, Object) |
사용되지 않음.
스크립트 엔진에 대한 구현 관련 옵션을 설정합니다. (다음에서 상속됨 IJSVsaItem) |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET