This documentation is archived and is not being maintained.
IVsaReferenceItem Interface
Visual Studio 2013
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Note: This API is now obsolete.
Describes a reference added to the script engine.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
[GuidAttribute(L"E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] [ObsoleteAttribute(L"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 interface class IVsaReferenceItem : IVsaItem
The IVsaReferenceItem type exposes the following members.
| 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 IVsaItem.) |
![]() | ItemType | Gets the specified object's type, as determined by the IVsaItems.CreateItem Method method. (Inherited from IVsaItem.) |
![]() | Name | Sets or gets the name of the item. (Inherited from IVsaItem.) |
Show:
