Interfejs IVsaReferenceItem
Uwaga: ten interfejs API jest teraz nieaktualny.
Opisuje odwołanie dodane do aparatu skryptów.
Przestrzeń nazw: Microsoft.Vsa
Zestaw: Microsoft.Vsa (w Microsoft.Vsa.dll)
Składnia
'Deklaracja
<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
Typ IVsaReferenceItem uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
AssemblyName | Pobiera lub ustawia nazwę zestawu, do którego istnieje odwołanie. | |
IsDirty | Zwraca wartość wskazującą, czy reprezentacja w pamięci bieżącego elementu różni się od utrwalonego reprezentację. (Odziedziczone z IVsaItem). | |
ItemType | Pobiera obiekt określonego typu, w zależności od decyzji IVsaItems.CreateItem Method metody. (Odziedziczone z IVsaItem). | |
Name | Ustawia lub pobiera nazwę elementu. (Odziedziczone z IVsaItem). |
Początek
Metody
Nazwa | Opis | |
---|---|---|
GetOption | Pobiera opcje specyficzne dla implementacji aparat skryptu. (Odziedziczone z IVsaItem). | |
SetOption | Ustawia opcje specyficzne dla implementacji aparat skryptu. (Odziedziczone z IVsaItem). |
Początek