Share via


WritableFileDirectory.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

See Also

Reference

WritableFileDirectory Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace