ItemsUpdatedExternallyEventArgs.Items Property
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Items As List(Of String)
public List<string> Items { get; }
public:
property List<String^>^ Items {
List<String^>^ get ();
}
member Items : List<string> with get
function get Items () : List<String>
Property Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.