VsaItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Defines an object for all items added to the .NET script engine, including code items, reference items, and global items.
public ref class VsaItem : Microsoft::Vsa::IVsaItem
public class VsaItem : Microsoft.Vsa.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.")]
public class VsaItem : Microsoft.Vsa.IVsaItem
type VsaItem = class
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 VsaItem = class
interface IVsaItem
Public Class VsaItem
Implements IVsaItem
- Inheritance
-
VsaItem
- Derived
- Attributes
- Implements
Properties
_item | |
IsDirty |
Gets a value indicating whether the current in-memory representation of the item differs from the persisted representation. |
ItemType |
Gets the specified object's type, as determined by the CreateItem(String, VsaItemType, VsaItemFlag) method. |
Name |
Gets or sets the name of the 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. |
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. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |