提交 e1f1cbf4 编写于 作者: K Kevin Halverson

Make IDkm* stub interfaces internal...

These are not intended to be public APIs at this point (they'll eventually
be added to Concord as public APIs).
上级 ae034955
......@@ -6,7 +6,7 @@
namespace Microsoft.VisualStudio.Debugger.ComponentInterfaces
{
public interface IDkmClrFormatter2
internal interface IDkmClrFormatter2
{
string GetValueString(DkmClrValue clrValue, DkmClrCustomTypeInfo customTypeInfo, DkmInspectionContext inspectionContext, ReadOnlyCollection<string> formatSpecifiers);
string GetEditableValueString(DkmClrValue value, DkmInspectionContext inspectionContext, DkmClrCustomTypeInfo customTypeInfo);
......
......@@ -7,7 +7,7 @@
namespace Microsoft.VisualStudio.Debugger.ComponentInterfaces
{
public interface IDkmClrFullNameProvider
internal interface IDkmClrFullNameProvider
{
/// <summary>
/// Return the type name in a form valid in the language (e.g.: escaping keywords)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册