IVsScriptJmcProjectControl.GetUserCodeSourceType(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Klassifizieren Sie die Quelldatei als Benutzercode, Bibliotheks Code oder nicht verknüpften 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
Parameter
- sourceUrl
- String
Die Quell-URL.
Gibt zurück
Der Codetyp.