IVsaReferenceItem Schnittstelle

Definition

Achtung

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.

Beschreibt einen Verweis, der dem Skriptmodul hinzugefügt wurde.

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
Abgeleitet
Attribute
Implementiert

Eigenschaften

Name Beschreibung
AssemblyName
Veraltet.

Dient zum Abrufen oder Festlegen des Namens der Assembly, auf die verwiesen wird.

IsDirty
Veraltet.

Gibt einen Wert zurück, der angibt, ob sich die aktuelle In-Memory-Darstellung des Elements von der beibehaltenen Darstellung unterscheidet.

(Geerbt von IVsaItem)
ItemType
Veraltet.

Ruft den Typ des angegebenen Objekts ab, wie durch die CreateItem(String, VsaItemType, VsaItemFlag) Methode bestimmt.

(Geerbt von IVsaItem)
Name
Veraltet.

Dient zum Abrufen oder Festlegen des Namens des Elements.

(Geerbt von IVsaItem)

Methoden

Name Beschreibung
GetOption(String)
Veraltet.

Ruft implementierungsspezifische Optionen für ein Skriptmodul ab.

(Geerbt von IVsaItem)
SetOption(String, Object)
Veraltet.

Legt implementierungsspezifische Optionen für ein Skriptmodul fest.

(Geerbt von IVsaItem)

Gilt für: