IVsaItem Members
Include Protected Members
Include Inherited Members
Defines an interface for all items added to the .NET script engine, including code items, reference items, and global items. It defines generic properties and methods that apply to all item types recognized by the engine.
The IVsaItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetOption | Gets implementation-specific options for a script engine. | |
SetOption | Sets implementation-specific options for a script engine. |
Top
Properties
Name | Description | |
---|---|---|
IsDirty | Returns 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 IVsaItems.CreateItem Method method. | |
Name | Sets or gets the name of the item. |
Top