WmiActivity.GetUbiquitousParameter<T> 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.
Generic version of the function to handle value types
protected:
generic <typename T>
T GetUbiquitousParameter(System::String ^ parameterName, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ parameterDefaults);
protected T GetUbiquitousParameter<T> (string parameterName, System.Collections.Generic.Dictionary<string,object> parameterDefaults);
member this.GetUbiquitousParameter : string * System.Collections.Generic.Dictionary<string, obj> -> 'T
Protected Function GetUbiquitousParameter(Of T) (parameterName As String, parameterDefaults As Dictionary(Of String, Object)) As T
Type Parameters
- T
THe type of the intende argument
Parameters
- parameterName
- String
- parameterDefaults
- Dictionary<String,Object>
Returns
T