IMetadataRowSets.Item Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

'Declaración
ReadOnly Default Property Item ( _
    name As MetadataRowSetNames _
) As IRowSet
    Get
IRowSet this[
    MetadataRowSetNames name
] { get; }
property IRowSet^ default[MetadataRowSetNames name] {
    IRowSet^ get (MetadataRowSetNames name);
}
abstract Item : IRowSet
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.IRowSet

.NET Framework Security

See Also

Reference

IMetadataRowSets Interface

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace