コード例 #1
0
ファイル: SymbolNode2.cs プロジェクト: klewin/NDjango
 int IVsObjectList2.LocateNavigationInfo2(VSOBNAVIGATIONINFO3[] pobNav, VSOBNAVNAMEINFONODE2[] pobName, int fDontUpdate, out int pfMatchedName, out uint pIndex)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: SymbolNode2.cs プロジェクト: klewin/NDjango
 int IVsObjectList2.GetNavigationInfo2(uint index, VSOBNAVIGATIONINFO3[] pobNav)
 {
     return VSConstants.E_NOTIMPL;
 }