PipelineComponentExt.PostWarning(String, Object[]) 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.
protected:
void PostWarning(System::String ^ message, ... cli::array <System::Object ^> ^ args);
protected void PostWarning (string message, params object[] args);
member this.PostWarning : string * obj[] -> unit
Protected Sub PostWarning (message As String, ParamArray args As Object())
Parameters
- message
- String
- args
- Object[]