SessionStateProviderBase.GetContentWriter(String) 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.
Gets an instance of the content writer for this provider for the specified path.
public:
virtual System::Management::Automation::Provider::IContentWriter ^ GetContentWriter(System::String ^ path);
public System.Management.Automation.Provider.IContentWriter GetContentWriter (string path);
override this.GetContentWriter : string -> System.Management.Automation.Provider.IContentWriter
abstract member GetContentWriter : string -> System.Management.Automation.Provider.IContentWriter
override this.GetContentWriter : string -> System.Management.Automation.Provider.IContentWriter
Public Function GetContentWriter (path As String) As IContentWriter
Parameters
- path
- String
The path to get the content writer for.
Returns
An instance of an IContentWriter for the given path.