ModelCatalog.GetAvailableModel(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.
public:
virtual CatalogModelInfo ^ GetAvailableModel(Platform::String ^ idOrName) = GetAvailableModel;
CatalogModelInfo GetAvailableModel(winrt::hstring const& idOrName);
public CatalogModelInfo GetAvailableModel(string idOrName);
function getAvailableModel(idOrName)
Public Function GetAvailableModel (idOrName As String) As CatalogModelInfo
Parameters
- idOrName
-
String
Platform::String
winrt::hstring