Freigeben über


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 der Skript-Engine hinzugefügten Verweis.

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

AssemblyName

Ruft den Namen der Assembly ab, auf die verwiesen wird, oder legt diesen fest.

IsDirty

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

(Geerbt von IJSVsaItem)
ItemType

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

(Geerbt von IJSVsaItem)
Name

Ruft den Namen des Elements ab oder legt diesen fest.

(Geerbt von IJSVsaItem)

Methoden

GetOption(String)

Ruft implementierungsspezifische Optionen für eine Skript-Engine ab.

(Geerbt von IJSVsaItem)
SetOption(String, Object)

Legt implementierungsspezifische Optionen für eine Skript-Engine fest.

(Geerbt von IJSVsaItem)

Gilt für