PowerStudio.DebugEngine.DebugModuleBase.SetJustMyCodeState C# (CSharp) Method

SetJustMyCodeState() public method

Marks the module as being user code or not.
public SetJustMyCodeState ( int fIsUserCode ) : int
fIsUserCode int Nonzero (TRUE) if the module should be considered user code, zero (FALSE) if it should not.
return int
        public virtual int SetJustMyCodeState( int fIsUserCode )
        {
            Logger.Debug( string.Empty );
            return VSConstants.E_NOTIMPL;
        }