ObjectContext 개체가 2005로 넘어오면서 다르게 사용되고 있는것 같은데 
어떻게 사용되고 있는지 좀 알려주세요.
Function GetObjectContext() As ObjectContext
COMSVCSLib.IMTxAS 구성원
Returns the current context for the object.
----------------------------------------------------------------
제가 알아본 바로는 아래와 같이 사용해서 Object
Dim instance As DTE2
Dim Name As String
Dim returnValue As Object
returnValue = instance.GetObject(Name)
GetObject 한다고 하는데 GetObject와 GetObjectContext와 차이가 없는것입니까? 
        
        
                    
                    
                    
                    
                    
    
                    
                    
                    
                    
                    
                
                    [최초 등록일: ]
                    [최종 수정일: 5/17/2006]