VsaEngine.Items Property
Namespace: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Syntax
'Declaration
Public ReadOnly Property Items As IVsaItems
Get
public IVsaItems Items { get; }
public:
virtual property IVsaItems^ Items {
IVsaItems^ get () sealed;
}
abstract Items : IVsaItems
override Items : IVsaItems
final function get Items () : IVsaItems
Property Value
Type: Microsoft.Vsa.IVsaItems
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.