VsaItem 클래스

정의

주의

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 ref class VsaItem : Microsoft::Vsa::IVsaItem
public class VsaItem : Microsoft.Vsa.IVsaItem
[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.")]
public class VsaItem : Microsoft.Vsa.IVsaItem
type VsaItem = class
    interface IVsaItem
[<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.")>]
type VsaItem = class
    interface IVsaItem
Public Class VsaItem
Implements IVsaItem
상속
VsaItem
파생
특성
구현

속성

Name Description
_item
사용되지 않음.

코드 항목, 참조 항목 및 전역 항목을 포함하여 .NET 스크립트 엔진에 추가된 모든 항목에 대한 개체를 정의합니다.

IsDirty
사용되지 않음.

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

ItemType
사용되지 않음.

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

Name
사용되지 않음.

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

메서드

Name Description
Equals(Object)
사용되지 않음.

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

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

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

GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
SetOption(String, Object)
사용되지 않음.

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

ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상