IVsScriptJmcProjectControl.GetUserCodeSourceType(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.
Classify the source file as user code, library code or unrelated code.
public:
Microsoft::VisualStudio::Shell::Interop::VsScriptJmcCodeType GetUserCodeSourceType(System::String ^ sourceUrl);
public:
Microsoft::VisualStudio::Shell::Interop::VsScriptJmcCodeType GetUserCodeSourceType(Platform::String ^ sourceUrl);
Microsoft::VisualStudio::Shell::Interop::VsScriptJmcCodeType GetUserCodeSourceType(std::wstring const & sourceUrl);
public Microsoft.VisualStudio.Shell.Interop.VsScriptJmcCodeType GetUserCodeSourceType (string sourceUrl);
abstract member GetUserCodeSourceType : string -> Microsoft.VisualStudio.Shell.Interop.VsScriptJmcCodeType
Public Function GetUserCodeSourceType (sourceUrl As String) As VsScriptJmcCodeType
Parameters
- sourceUrl
- String
The source URL.
Returns
The code type.