CoreCommandBase.GetDynamicParameters 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.
Retrieves the dynamic parameters for the command from the provider.
public:
virtual System::Object ^ GetDynamicParameters();
public:
Platform::Object ^ GetDynamicParameters();
winrt::Windows::Foundation::IInspectable GetDynamicParameters();
public object GetDynamicParameters ();
abstract member GetDynamicParameters : unit -> obj
override this.GetDynamicParameters : unit -> obj
Public Function GetDynamicParameters () As Object