IVsaReferenceItem Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
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.
Beskriver en referens som lagts till i skriptmotorn.
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
- Härledda
- Attribut
- Implementeringar
Egenskaper
| Name | Description |
|---|---|
| AssemblyName |
Föråldrad.
Hämtar eller anger namnet på den refererade sammansättningen. |
| IsDirty |
Föråldrad.
Returnerar ett värde som anger om den aktuella minnesinterna representationen av objektet skiljer sig från den bevarade representationen. (Ärvd från IVsaItem) |
| ItemType |
Föråldrad.
Hämtar det angivna objektets typ, enligt CreateItem(String, VsaItemType, VsaItemFlag) metoden. (Ärvd från IVsaItem) |
| Name |
Föråldrad.
Hämtar eller anger namnet på objektet. (Ärvd från IVsaItem) |
Metoder
| Name | Description |
|---|---|
| GetOption(String) |
Föråldrad.
Hämtar implementeringsspecifika alternativ för en skriptmotor. (Ärvd från IVsaItem) |
| SetOption(String, Object) |
Föråldrad.
Anger implementeringsspecifika alternativ för en skriptmotor. (Ärvd från IVsaItem) |