VsaReferenceItem Class

Definition

Caution

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.

Describes a reference added to the script engine.

public ref class VsaReferenceItem : Microsoft::VisualBasic::Vsa::VsaItem, Microsoft::Vsa::IVsaReferenceItem
public class VsaReferenceItem : Microsoft.VisualBasic.Vsa.VsaItem, Microsoft.Vsa.IVsaReferenceItem
[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 class VsaReferenceItem : Microsoft.VisualBasic.Vsa.VsaItem, Microsoft.Vsa.IVsaReferenceItem
type VsaReferenceItem = class
    inherit VsaItem
    interface IVsaReferenceItem
    interface IVsaItem
[<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 VsaReferenceItem = class
    inherit VsaItem
    interface IVsaReferenceItem
    interface IVsaItem
Public Class VsaReferenceItem
Inherits VsaItem
Implements IVsaReferenceItem
Inheritance
VsaReferenceItem
Attributes
Implements

Properties

_item (Inherited from VsaItem)
AssemblyName

Gets or sets the name of the referenced assembly.

IsDirty

Gets a value indicating whether the current in-memory representation of the item differs from the persisted representation.

(Inherited from VsaItem)
ItemType

Gets the specified object's type, as determined by the CreateItem(String, VsaItemType, VsaItemFlag) method.

(Inherited from VsaItem)
Name

Gets or sets the name of the item.

(Inherited from VsaItem)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetOption(String)

Gets implementation-specific options for a script engine.

(Inherited from VsaItem)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetOption(String, Object)

Sets implementation-specific options for a script engine.

(Inherited from VsaItem)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to