IVsaScriptScope.CreateDynamicItem Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
CreateDynamicItem(String, JSVsaItemType) |
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Po zaimplementowaniu w klasie dodaje element do zakresu. Element VsaEngine musi być uruchomiony, aby użyć tej metody. |
CreateDynamicItem(String, VsaItemType) |
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Po zaimplementowaniu w klasie dodaje element do zakresu. Element VsaEngine musi być uruchomiony, aby użyć tej metody. |
CreateDynamicItem(String, JSVsaItemType)
Po zaimplementowaniu w klasie dodaje element do zakresu. Element VsaEngine musi być uruchomiony, aby użyć tej metody.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
public:
Microsoft::JScript::Vsa::IJSVsaItem ^ CreateDynamicItem(System::String ^ itemName, Microsoft::JScript::Vsa::JSVsaItemType type);
public Microsoft.JScript.Vsa.IJSVsaItem CreateDynamicItem (string itemName, Microsoft.JScript.Vsa.JSVsaItemType type);
abstract member CreateDynamicItem : string * Microsoft.JScript.Vsa.JSVsaItemType -> Microsoft.JScript.Vsa.IJSVsaItem
Public Function CreateDynamicItem (itemName As String, type As JSVsaItemType) As IJSVsaItem
Parametry
- itemName
- String
Nazwa elementu .
- type
- JSVsaItemType
Jedna z wartości wyliczenia. Określa typ elementu do dodania.
Zwraca
Nowy element, jeśli został pomyślnie dodany.
Zobacz też
Dotyczy
CreateDynamicItem(String, VsaItemType)
Po zaimplementowaniu w klasie dodaje element do zakresu. Element VsaEngine musi być uruchomiony, aby użyć tej metody.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
public:
Microsoft::Vsa::IVsaItem ^ CreateDynamicItem(System::String ^ itemName, Microsoft::Vsa::VsaItemType type);
public Microsoft.Vsa.IVsaItem CreateDynamicItem (string itemName, Microsoft.Vsa.VsaItemType type);
abstract member CreateDynamicItem : string * Microsoft.Vsa.VsaItemType -> Microsoft.Vsa.IVsaItem
Public Function CreateDynamicItem (itemName As String, type As VsaItemType) As IVsaItem
Parametry
- itemName
- String
Nazwa elementu .
- type
- VsaItemType
Jedna z wartości wyliczenia. Określa typ elementu do dodania.
Zwraca
Nowy element, jeśli został pomyślnie dodany.