Share via


SoftwareIdentity.YieldEntities Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.MetaProvider.PowerShell
Assembly: Microsoft.OneGet.MetaProvider.PowerShell (in Microsoft.OneGet.MetaProvider.PowerShell.dll)

Usage

'Usage
Dim r As Request
Dim returnValue As Boolean

returnValue = Me.YieldEntities(r)

Syntax

'Declaration
Protected Overridable Function YieldEntities ( _
    r As Request _
) As Boolean
protected virtual bool YieldEntities (
    Request r
)
protected:
virtual bool YieldEntities (
    Request^ r
)
protected boolean YieldEntities (
    Request r
)
protected function YieldEntities (
    r : Request
) : boolean

Parameters

  • r

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

SoftwareIdentity Class
SoftwareIdentity Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace