WorkflowHelpers.GetDefaultMetadata Method
Gets a collection of metadata that supports the built-in process templates (default and upgrade).
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
Public Shared Function GetDefaultMetadata As ProcessParameterMetadataCollection
public static ProcessParameterMetadataCollection GetDefaultMetadata()
public:
static ProcessParameterMetadataCollection^ GetDefaultMetadata()
static member GetDefaultMetadata : unit -> ProcessParameterMetadataCollection
public static function GetDefaultMetadata() : ProcessParameterMetadataCollection
Return Value
Type: Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
A ProcessParameterMetadataCollection object that represents the collection of metadata that supports the built-in process templates.
.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.