IJSVsaReferenceItem 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 IJSVsaReferenceItem : Microsoft::JScript::Vsa::IJSVsaItem
[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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8EFD265B-677A-4B09-A471-E086787AA727")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaReferenceItem : Microsoft.JScript.Vsa.IJSVsaItem
[<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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8EFD265B-677A-4B09-A471-E086787AA727")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaReferenceItem = interface
    interface IJSVsaItem
Public Interface IJSVsaReferenceItem
Implements IJSVsaItem
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 IJSVsaItem)
ItemType
Veraltet.

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

(Geerbt von IJSVsaItem)
Name
Veraltet.

Dient zum Abrufen oder Festlegen des Namens des Elements.

(Geerbt von IJSVsaItem)

Methoden

Name Beschreibung
GetOption(String)
Veraltet.

Ruft implementierungsspezifische Optionen für ein Skriptmodul ab.

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

Legt implementierungsspezifische Optionen für ein Skriptmodul fest.

(Geerbt von IJSVsaItem)

Gilt für: