IVsaReferenceItem-Schnittstelle
Hinweis: Diese API 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
[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
[<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.")>]
type IVsaReferenceItem =
interface
interface IVsaItem
end
public interface IVsaReferenceItem extends IVsaItem
Der IVsaReferenceItem-Typ macht die folgenden Member verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. (Von IVsaItem geerbt.) | |
ItemType | Ruft den Typ des angegebenen Objekts ab, wie durch die IVsaItems.CreateItem Method-Methode festgelegt. (Von IVsaItem geerbt.) | |
Name | Legt den Namen des Elements fest oder ruft diesen ab. (Von IVsaItem geerbt.) |
Zum Seitenanfang
Methoden
Name | Beschreibung | |
---|---|---|
GetOption | Ruft implementierungsspezifische Optionen für ein Skriptmodul ab. (Von IVsaItem geerbt.) | |
SetOption | Legt implementierungsspezifische Optionen für ein Skriptmodul fest. (Von IVsaItem geerbt.) |
Zum Seitenanfang