CmdletProvider.WriteInformation Method
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.
C++
public:
void WriteInformation(System::Management::Automation::InformationRecord ^ record);
public void WriteInformation (System.Management.Automation.InformationRecord record);
member this.WriteInformation : System.Management.Automation.InformationRecord -> unit
Public Sub WriteInformation (record As InformationRecord)
Parameters
- record
- InformationRecord
Applies to
PowerShell SDK 7.4.0 i druge verzije
Proizvod | Verzije |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |
C++
public:
void WriteInformation(System::Object ^ messageData, cli::array <System::String ^> ^ tags);
public:
void WriteInformation(Platform::Object ^ messageData, Platform::Array <Platform::String ^> ^ tags);
void WriteInformation(winrt::Windows::Foundation::IInspectable const & messageData, std::Array <std::wstring const &> const & tags);
public void WriteInformation (object messageData, string[] tags);
member this.WriteInformation : obj * string[] -> unit
Public Sub WriteInformation (messageData As Object, tags As String())
Parameters
- messageData
- Object
- tags
- String[]
Applies to
PowerShell SDK 7.4.0 i druge verzije
Proizvod | Verzije |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |