다음을 통해 공유


MethodInformation.Parameters Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
Public ReadOnly Property Parameters As NameValueCollection
    Get
public NameValueCollection Parameters { get; }
public:
property NameValueCollection^ Parameters {
    NameValueCollection^ get ();
}
member Parameters : NameValueCollection
function get Parameters () : NameValueCollection

Property Value

Type: System.Collections.Specialized.NameValueCollection

.NET Framework Security

See Also

Reference

MethodInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace