VsaGlobalItem Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Note: This API is now obsolete.
Inheritance Hierarchy
System.Object
Microsoft.VisualBasic.Vsa.VsaItem
Microsoft.VisualBasic.Vsa.VsaGlobalItem
Namespace: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Syntax
'Declaration
<ObsoleteAttribute("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.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class VsaGlobalItem _
Inherits VsaItem _
Implements IVsaGlobalItem, IVsaItem
[ObsoleteAttribute("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.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VsaGlobalItem : VsaItem,
IVsaGlobalItem, IVsaItem
[ObsoleteAttribute(L"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.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaGlobalItem : public VsaItem,
IVsaGlobalItem, IVsaItem
[<ObsoleteAttribute("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.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaGlobalItem =
class
inherit VsaItem
interface IVsaGlobalItem
interface IVsaItem
end
public class VsaGlobalItem extends VsaItem implements IVsaGlobalItem, IVsaItem
The VsaGlobalItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
_item | (Inherited from VsaItem.) | |
ExposeMembers | ||
IsDirty | (Inherited from VsaItem.) | |
ItemType | (Inherited from VsaItem.) | |
Name | (Inherited from VsaItem.) | |
TypeString |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOption | (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 | (Inherited from VsaItem.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.