IJSVsaReferenceItem Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.JScript.Vsa
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Return to top
Describes a reference added to the script engine.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
[GuidAttribute("8EFD265B-677A-4B09-A471-E086787AA727")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] [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.")] [ComVisibleAttribute(true)] public interface class IJSVsaReferenceItem : IJSVsaItem
| Name | Description | |
|---|---|---|
![]() | AssemblyName | Gets or sets the name of the referenced assembly. |
![]() | IsDirty | Returns a value indicating whether the current in-memory representation of the item differs from the persisted representation.(Inherited from IJSVsaItem.) |
![]() | ItemType | Gets the specified object's type, as determined by the CreateItem method.(Inherited from IJSVsaItem.) |
![]() | Name | Sets or gets the name of the item.(Inherited from IJSVsaItem.) |
| Name | Description | |
|---|---|---|
![]() | GetOption(String^) | Gets implementation-specific options for a script engine.(Inherited from IJSVsaItem.) |
![]() | SetOption(String^, Object^) | Sets implementation-specific options for a script engine.(Inherited from IJSVsaItem.) |
.NET Framework
Available since 4.0
Available since 4.0
Show:

