VsaGlobalItem 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 global objects added to the script engine.

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

Properties

_item (Inherited from VsaItem)
ExposeMembers

Gets or sets a value that indicates whether the members of the global object should be made available to the script engine.

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)
TypeString

Sets the type of the global item.

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