VsaLoader.Items-Eigenschaft
Dieser Member unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code vorgesehen.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
Public ReadOnly Property Items As IVsaItems
public IVsaItems Items { get; }
public:
virtual property IVsaItems^ Items {
IVsaItems^ get () sealed;
}
abstract Items : IVsaItems with get
override Items : IVsaItems with get
final function get Items () : IVsaItems