IVsaGlobalItem 인터페이스
참고: 이 API는 이제 사용되지 않습니다.
스크립트 엔진에 추가된 전역 개체를 설명합니다.
네임스페이스: Microsoft.Vsa
어셈블리: Microsoft.Vsa(Microsoft.Vsa.dll)
구문
‘선언
<ObsoleteAttribute("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.")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")> _
Public Interface IVsaGlobalItem _
Inherits IVsaItem
[ObsoleteAttribute("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.")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")]
public interface IVsaGlobalItem : IVsaItem
[ObsoleteAttribute(L"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.")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4E76D92E-E29D-46f3-AE22-0333158109F1")]
public interface class IVsaGlobalItem : IVsaItem
[<ObsoleteAttribute("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.")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4E76D92E-E29D-46f3-AE22-0333158109F1")>]
type IVsaGlobalItem =
interface
interface IVsaItem
end
public interface IVsaGlobalItem extends IVsaItem
IVsaGlobalItem 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
ExposeMembers | 전역 개체의 멤버를 스크립트 엔진에서 사용할 수 있는지 여부를 나타내는 값을 설정합니다.[현재 지원되지 않음] | |
IsDirty | 항목의 현재 메모리 내의 표현이 지속된 표현과 다른지 여부를 나타내는 값을 반환합니다. (IVsaItem에서 상속됨) | |
ItemType | IVsaItems.CreateItem Method 메서드에 의해 결정된 대로 지정된 개체의 형식을 가져옵니다. (IVsaItem에서 상속됨) | |
Name | 항목의 이름을 가져오거나 설정합니다. (IVsaItem에서 상속됨) | |
TypeString | 전역 항목의 형식을 가져오거나 설정합니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
GetOption | 스크립트 엔진에 대한 구현 관련 옵션을 가져옵니다. (IVsaItem에서 상속됨) | |
SetOption | 스크립트 엔진에 대한 구현 관련 옵션을 설정합니다. (IVsaItem에서 상속됨) |
위쪽