Sdílet prostřednictvím


IVsaReferenceItem Rozhraní

Definice

Upozornění

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.

Popisuje odkaz přidaný do skriptovacího stroje.

public interface class IVsaReferenceItem : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaReferenceItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("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 : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaReferenceItem = interface
    interface IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("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.")>]
type IVsaReferenceItem = interface
    interface IVsaItem
Public Interface IVsaReferenceItem
Implements IVsaItem
Odvozené
Atributy
Implementuje

Vlastnosti

AssemblyName
Zastaralé.

Získá nebo nastaví název odkazovaného sestavení.

IsDirty
Zastaralé.

Vrátí hodnotu určující, zda se aktuální reprezentace položky v paměti liší od trvalé reprezentace.

(Zděděno od IVsaItem)
ItemType
Zastaralé.

Získá typ zadaného objektu určený metodou CreateItem(String, VsaItemType, VsaItemFlag) .

(Zděděno od IVsaItem)
Name
Zastaralé.

Získá nebo nastaví název položky.

(Zděděno od IVsaItem)

Metody

GetOption(String)
Zastaralé.

Získá možnosti specifické pro implementaci pro skriptovací stroj.

(Zděděno od IVsaItem)
SetOption(String, Object)
Zastaralé.

Nastaví možnosti specifické pro implementaci pro skriptovací stroj.

(Zděděno od IVsaItem)

Platí pro