FileSystemProvider.GetContentWriterDynamicParameters(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 the dynamic property parameters required by the set-content and add-content cmdlets.
public:
virtual System::Object ^ GetContentWriterDynamicParameters(System::String ^ path);
public:
Platform::Object ^ GetContentWriterDynamicParameters(Platform::String ^ path);
winrt::Windows::Foundation::IInspectable GetContentWriterDynamicParameters(std::wstring const & path);
public object GetContentWriterDynamicParameters (string path);
override this.GetContentWriterDynamicParameters : string -> obj
abstract member GetContentWriterDynamicParameters : string -> obj
override this.GetContentWriterDynamicParameters : string -> obj
Public Function GetContentWriterDynamicParameters (path As String) As Object
Parameters
- path
- String
If the path was specified on the command line, this is the path to the item for which to get the dynamic parameters.
Returns
An object that has properties and fields decorated with parsing attributes similar to a cmdlet class.