IVsScriptJmcProjectControl.GetUserCodeSourceType(String) Method
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);
C++/CX
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
- sourceUrl
- String
The source URL.
The code type.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |