Share via


IVsaReferenceItem Interface

Describes a reference added to the script engine.

public: _interface IVsaReferenceItem : IVsaItem;
public interface IVsaReferenceItem : IVsaItem;
Public Interface IVsaReferenceItem, IVsaItem

Property

The following table shows the property of the IVsaReferenceItem interface.

Property

Description

AssemblyName

Gets or sets the name of the referenced assembly.

Methods

IVsaReferenceItem interface has no methods.

Remarks

This interface inherits from the IVsaItem interface.

Because references require access to the file system in order to load the assembly DLL, the System.Security.Permission.FileIOPermission class is required to access the IVsaReferenceItem.AssemblyName property.

Use the IVsaReferenceItem interface when adding assembly references to an engine.

Requirements

DLL: Microsoft.Vsa.dll

See Also

Reference

IVsaItem Interface

IVsaGlobalItem Interface