YieldLink Delegate

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Providers.Package
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As New YieldLink(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Function YieldLink ( _
    parentFastPath As String, _
    referenceUri As String, _
    relationship As String, _
    mediaType As String, _
    ownership As String, _
    use As String, _
    appliesToMedia As String, _
    artifact As String _
) As Boolean
public delegate bool YieldLink (
    string parentFastPath,
    string referenceUri,
    string relationship,
    string mediaType,
    string ownership,
    string use,
    string appliesToMedia,
    string artifact
)
public delegate bool YieldLink (
    String^ parentFastPath, 
    String^ referenceUri, 
    String^ relationship, 
    String^ mediaType, 
    String^ ownership, 
    String^ use, 
    String^ appliesToMedia, 
    String^ artifact
)
/** @delegate */
public delegate boolean YieldLink (
    String parentFastPath, 
    String referenceUri, 
    String relationship, 
    String mediaType, 
    String ownership, 
    String use, 
    String appliesToMedia, 
    String artifact
)

Parameters

  • parentFastPath
  • referenceUri
  • relationship
  • mediaType
  • ownership
  • use
  • appliesToMedia
  • artifact

Return Value

Returns Boolean.

Platforms

Target Platforms

See Also

Reference

Microsoft.OneGet.Providers.Package Namespace