IWSManEnumerator.ReadItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ReadItem
method of IWSManEnumerator
interface.
[System.Runtime.InteropServices.DispId(1)]
public string ReadItem ();
[<System.Runtime.InteropServices.DispId(1)>]
abstract member ReadItem : unit -> string
Public Function ReadItem () As String
Returns
- Attributes
Remarks
An original IDL definition of ReadItem
method was the following: HRESULT ReadItem ([out, retval] BSTR* ReturnValue)
;