Freigeben über


IVsaReferenceItem-Schnittstelle

HINWEIS: Diese Schnittstelle ist mittlerweile veraltet.

Beschreibt einen dem Skriptmodul hinzugefügten Verweis.

Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in microsoft.vsa.dll)

Syntax

'Declaration
<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")> _
<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.")> _
Public Interface IVsaReferenceItem
    Inherits IVsaItem
'Usage
Dim instance As IVsaReferenceItem
[GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")] 
[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.")] 
public interface IVsaReferenceItem : IVsaItem
[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
/** @attribute GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74") */ 
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ 
/** @attribute 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.") */ 
public interface IVsaReferenceItem extends IVsaItem
GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74") 
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.") 
public interface IVsaReferenceItem extends IVsaItem

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

IVsaReferenceItem-Member
Microsoft.Vsa-Namespace