提交 887b7b56 编写于 作者: C Cyrus Najmabadi

remove DocumentName

上级 744c6990
......@@ -19,18 +19,15 @@ internal abstract class ExternalReferenceItem
public ExternalReferenceItem(
DefinitionItem definition,
string documentName,
string projectName,
object text,
string displayPath)
{
Definition = definition;
DocumentName = documentName;
ProjectName = projectName;
Text = text;
DisplayPath = displayPath;
}
public string DocumentName { get; }
public string ProjectName { get; }
/// <remarks>
/// Must be of type Microsoft.VisualStudio.Text.Adornments.ImageElement or
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册