VsaItem._item Property
Namespace: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Syntax
'Declaración
Public Property _item As IVsaItem
Get
Set
public IVsaItem _item { get; set; }
public:
property IVsaItem^ _item {
IVsaItem^ get ();
void set (IVsaItem^ value);
}
member _item : IVsaItem with get, set
function get _item () : IVsaItem
function set _item (value : IVsaItem)
Property Value
Type: Microsoft.Vsa.IVsaItem
.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.