?? microsoft_vsavb.cs
字號:
//$si$ virtual
////////////////////////////////////////////////////////////////
// File Microsoft_VsaVb.dll:
// Global functions
//-------------------------------------------------------
// Global fields
//-------------------------------------------------------
// Global MemberRefs
//-------------------------------------------------------
// Types
//-------------------------------------------------------
class Microsoft_VsaVb.VsaEngineClass : System.Object
{
Void Microsoft_VsaVb.VsaEngineClass();
Class Microsoft.Vsa.IVsaSite get_Site( );
Void set_Site( Class Microsoft.Vsa.IVsaSite pRetVal);
String get_Name( );
Void set_Name( String pRetVal);
String get_RootMoniker( );
Void set_RootMoniker( String pRetVal);
String get_RootNamespace( );
Void set_RootNamespace( String pRetVal);
I4 get_LCID();
Void set_LCID( I4 pRetVal);
Boolean get_GenerateDebugInfo();
Void set_GenerateDebugInfo( Boolean pRetVal);
Class System.Security.Policy.Evidence get_Evidence( );
Void set_Evidence( Class System.Security.Policy.Evidence pRetVal);
Class Microsoft.Vsa.IVsaItems get_Items( );
Boolean get_IsDirty();
String get_Language( );
String get_Version( );
Object GetOption( String , Name);
Void SetOption( String Name, Object value);
Boolean Compile();
Void Run();
Void Reset();
Void Close();
Boolean get_IsRunning();
Boolean get_IsCompiled();
Void RevokeCache();
Void SaveSourceState( Class Microsoft.Vsa.IVsaPersistSite Site);
Void LoadSourceState( Class Microsoft.Vsa.IVsaPersistSite Site);
Void SaveCompiledState( ByRef SZArray UI1 pe, ByRef SZArray UI1 pdb);
Void InitNew();
Boolean IsValidIdentifier( String identifier);
Class System.Reflection.Assembly get_Assembly( );
property Site { get(){} set(){} };
property Name { get(){} set(){} };
property RootMoniker { get(){} set(){} };
property RootNamespace { get(){} set(){} };
property LCID { get(){} set(){} };
property GenerateDebugInfo { get(){} set(){} };
property Evidence { get(){} set(){} };
property Items { get(){} set(){} };
property IsDirty { get(){} set(){} };
property Language { get(){} set(){} };
property Version { get(){} set(){} };
property IsRunning { get(){} set(){} };
property IsCompiled { get(){} set(){} };
property Assembly { get(){} set(){} };
}
interface Microsoft_VsaVb.VsaEngine :
{
}
class Microsoft_VsaVb.VsaDTEngineClass : System.Object
{
Void Microsoft_VsaVb.VsaDTEngineClass();
String get_TargetURL( );
Void set_TargetURL( String pRetVal);
Void InitCompleted();
Class Microsoft.Vsa.IVsaIDE GetIDE( );
Void AttachDebugger( Boolean isAttach);
property TargetURL { get(){} set(){} };
}
interface Microsoft_VsaVb.VsaDTEngine :
{
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -