コード例 #1
0
ファイル: MockDTE.cs プロジェクト: okigan/VsDebugHelper
 public uint GetThemeColor(vsThemeColors Element)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public uint GetThemeColor(vsThemeColors Element)
 {
     throw new Exception("The method or operation is not implemented.");
 }
コード例 #3
0
 public uint GetThemeColor(vsThemeColors Element)
 {
     return(_dte.GetThemeColor(Element));
 }
コード例 #4
0
 uint DTE2.GetThemeColor(vsThemeColors Element)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 uint DTE2.GetThemeColor(vsThemeColors Element)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
ファイル: ShellDTE.cs プロジェクト: wangchunlei/MyGit
 public uint GetThemeColor(vsThemeColors Element)
 {
     return _dte.GetThemeColor(Element);
 }
コード例 #7
0
ファイル: DteMock.cs プロジェクト: zachwieja/RTVS
 public uint GetThemeColor(vsThemeColors Element)
 {
     throw new NotImplementedException();
 }