YieldSwidtag 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 YieldSwidtag(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Function YieldSwidtag ( _
fastPath As String, _
xmlOrJsonDoc As String _
) As Boolean
public delegate bool YieldSwidtag (
string fastPath,
string xmlOrJsonDoc
)
public delegate bool YieldSwidtag (
String^ fastPath,
String^ xmlOrJsonDoc
)
/** @delegate */
public delegate boolean YieldSwidtag (
String fastPath,
String xmlOrJsonDoc
)
Parameters
- fastPath
- xmlOrJsonDoc
Return Value
Returns Boolean.