Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.07 KB

nf-dbgmodel-idatamodelscriptmanager-findproviderforscripttype.md

File metadata and controls

67 lines (52 loc) · 2.07 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NF:dbgmodel.IDataModelScriptManager.FindProviderForScriptType
IDataModelScriptManager::FindProviderForScriptType (dbgmodel.h)
The IDataModelScriptManager::FindProviderForScriptExtension method searches the script manager for a provider that supports a given file type.
08/20/2018
IDataModelScriptManager::FindProviderForScriptType
IDataModelScriptManager::FindProviderForScriptType, FindProviderForScriptType, IDataModelScriptManager.FindProviderForScriptType, IDataModelScriptManager::FindProviderForScriptType, IDataModelScriptManager.FindProviderForScriptType
dbgmodel.h
Windows
debugger
RS5
IDataModelScriptManager::FindProviderForScriptType
dbgmodel/IDataModelScriptManager::FindProviderForScriptType
apiref
COM
dbgmodel.h
IDataModelScriptManager::FindProviderForScriptType

IDataModelScriptManager::FindProviderForScriptType

-description

The FindProviderForScriptExtension method searches the script manager for a provider which has claims to support a given file extension as indicated by the scriptExtension argument. If one cannot be found, this method will fail; otherwise, such script provider will be returned to the caller.

-parameters

-param scriptType

A string which describes the type of script being searched for (e.g.: JavaScript)

-param provider

If a provider can be found which supports the type of script given by the scriptType argument, it will be returned here.

-returns

This method returns HRESULT that indicates success or failure.

-remarks

-see-also

IDataModelScriptManager interface