Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the custom name/value pairs associated with the information node.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property Fields As Dictionary(Of String, String)
'Usage
Dim instance As IBuildInformationNode
Dim value As Dictionary(Of String, String)
value = instance.Fields
Dictionary<string, string> Fields { get; }
property Dictionary<String^, String^>^ Fields {
Dictionary<String^, String^>^ get ();
}
function get Fields () : Dictionary<String, String>
Property Value
Type: System.Collections.Generic.Dictionary<String, String>
.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.