CatalogModelInfo.GetInstanceAsync 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.
Overloads
GetInstanceAsync()
public:
virtual IAsyncOperationWithProgress<CatalogModelInstanceResult ^, double> ^ GetInstanceAsync() = GetInstanceAsync;
/// [Windows.Foundation.Metadata.Overload("GetInstanceAsync")]
IAsyncOperationWithProgress<CatalogModelInstanceResult, double> GetInstanceAsync();
[Windows.Foundation.Metadata.Overload("GetInstanceAsync")]
public IAsyncOperationWithProgress<CatalogModelInstanceResult,double> GetInstanceAsync();
function getInstanceAsync()
Public Function GetInstanceAsync () As IAsyncOperationWithProgress(Of CatalogModelInstanceResult, Double)
Returns
IAsyncOperationWithProgress<CatalogModelInstanceResult,Double>
IAsyncOperationWithProgress<CatalogModelInstanceResult,double>
- Attributes
Applies to
GetInstanceAsync(IIterable<KeyValuePair<String,String>>)
public:
virtual IAsyncOperationWithProgress<CatalogModelInstanceResult ^, double> ^ GetInstanceAsync(IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ additionalHeaders) = GetInstanceAsync;
/// [Windows.Foundation.Metadata.Overload("GetInstanceAsync2")]
IAsyncOperationWithProgress<CatalogModelInstanceResult, double> GetInstanceAsync(IIterable<IKeyValuePair<winrt::hstring, winrt::hstring const&>> const& additionalHeaders);
[Windows.Foundation.Metadata.Overload("GetInstanceAsync2")]
public IAsyncOperationWithProgress<CatalogModelInstanceResult,double> GetInstanceAsync(IEnumerable<KeyValuePair<string,string>> additionalHeaders);
function getInstanceAsync(additionalHeaders)
Public Function GetInstanceAsync (additionalHeaders As IEnumerable(Of KeyValuePair(Of String, String))) As IAsyncOperationWithProgress(Of CatalogModelInstanceResult, Double)
Parameters
- additionalHeaders
-
IIterable<IKeyValuePair<Platform::String,Platform::String>>
IIterable<IKeyValuePair<winrt::hstring,winrt::hstring>>
Returns
IAsyncOperationWithProgress<CatalogModelInstanceResult,Double>
IAsyncOperationWithProgress<CatalogModelInstanceResult,double>
- Attributes