提交 4961a406 编写于 作者: J Jason Malinowski

Document VisualStudioWorkspace.GetHierarchy can return null

上级 9453f05b
......@@ -78,6 +78,11 @@ protected override void OnDocumentClosing(DocumentId documentId)
}
}
/// <summary>
/// Returns the hierarchy for a given project.
/// </summary>
/// <param name="projectId">The <see cref="ProjectId"/> for the project.</param>
/// <returns>The <see cref="IVsHierarchy"/>, or null if the project doesn't have one.</returns>
public abstract IVsHierarchy GetHierarchy(ProjectId projectId);
public abstract string GetFilePath(DocumentId documentId);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册