IVsaScriptScope.AddItem 메서드

정의

오버로드

Name Description
AddItem(String, JSVsaItemType)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

클래스에서 구현되는 경우 범위에 항목을 추가합니다.

AddItem(String, VsaItemType)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

클래스에서 구현되는 경우 범위에 항목을 추가합니다.

AddItem(String, JSVsaItemType)

클래스에서 구현되는 경우 범위에 항목을 추가합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 Microsoft::JScript::Vsa::IJSVsaItem ^ AddItem(System::String ^ itemName, Microsoft::JScript::Vsa::JSVsaItemType type);
public Microsoft.JScript.Vsa.IJSVsaItem AddItem(string itemName, Microsoft.JScript.Vsa.JSVsaItemType type);
abstract member AddItem : string * Microsoft.JScript.Vsa.JSVsaItemType -> Microsoft.JScript.Vsa.IJSVsaItem
Public Function AddItem (itemName As String, type As JSVsaItemType) As IJSVsaItem

매개 변수

itemName
String

항목의 이름입니다.

type
JSVsaItemType

열거형 값 중 하나입니다. 추가할 항목의 형식을 지정합니다.

반품

새 항목(성공적으로 추가된 경우)입니다.

추가 정보

적용 대상

AddItem(String, VsaItemType)

클래스에서 구현되는 경우 범위에 항목을 추가합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 Microsoft::Vsa::IVsaItem ^ AddItem(System::String ^ itemName, Microsoft::Vsa::VsaItemType type);
public Microsoft.Vsa.IVsaItem AddItem(string itemName, Microsoft.Vsa.VsaItemType type);
abstract member AddItem : string * Microsoft.Vsa.VsaItemType -> Microsoft.Vsa.IVsaItem
Public Function AddItem (itemName As String, type As VsaItemType) As IVsaItem

매개 변수

itemName
String

항목의 이름입니다.

type
VsaItemType

열거형 값 중 하나입니다. 추가할 항목의 형식을 지정합니다.

반품

새 항목(성공적으로 추가된 경우)입니다.

추가 정보

적용 대상