IVsScriptJmcProjectControl Interface

Definition

This interface is implemented by project systems that are able to classify Script source documents as user code or non-user code. This is the element type returned for VSHPROPID_ScriptJmcProjectControl.

public interface class IVsScriptJmcProjectControl
public interface class IVsScriptJmcProjectControl
__interface IVsScriptJmcProjectControl
[System.Runtime.InteropServices.Guid("B2908BBE-C9A6-4AA7-B258-3DB0DDA1D688")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsScriptJmcProjectControl
[<System.Runtime.InteropServices.Guid("B2908BBE-C9A6-4AA7-B258-3DB0DDA1D688")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsScriptJmcProjectControl = interface
Public Interface IVsScriptJmcProjectControl
Attributes

Properties

EvalDefaultCodeType
FunctionDefaultCodeType
ScriptBlockDefaultCodeType

Methods

GetUserCodeSourceType(String)

Classify the source file as user code, library code or unrelated code.

Applies to