Share via


Response.YieldLink Method

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 Response(Of T)
Dim parentFastPath As String
Dim referenceUri As String
Dim relationship As String
Dim mediaType As String
Dim ownership As String
Dim use As String
Dim appliesToMedia As String
Dim artifact As String
Dim returnValue As Boolean

returnValue = instance.YieldLink(parentFastPath, referenceUri, relationship, mediaType, ownership, use, appliesToMedia, artifact)

Syntax

'Declaration
Public 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 bool YieldLink (
    string parentFastPath,
    string referenceUri,
    string relationship,
    string mediaType,
    string ownership,
    string use,
    string appliesToMedia,
    string artifact
)
public:
virtual bool YieldLink (
    String^ parentFastPath, 
    String^ referenceUri, 
    String^ relationship, 
    String^ mediaType, 
    String^ ownership, 
    String^ use, 
    String^ appliesToMedia, 
    String^ artifact
) sealed
public final boolean YieldLink (
    String parentFastPath, 
    String referenceUri, 
    String relationship, 
    String mediaType, 
    String ownership, 
    String use, 
    String appliesToMedia, 
    String artifact
)
public final function YieldLink (
    parentFastPath : String, 
    referenceUri : String, 
    relationship : String, 
    mediaType : String, 
    ownership : String, 
    use : String, 
    appliesToMedia : String, 
    artifact : String
) : boolean

Parameters

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

Return Value

Returns Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

Response Generic Class
Response Members
Microsoft.OneGet.Providers.Package Namespace