ICodeLensDescriptor 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个对象,该对象描述要在其中创建的位置的代码元素 ICodeLensTag 。
public interface class ICodeLensDescriptor
public interface ICodeLensDescriptor
type ICodeLensDescriptor = interface
Public Interface ICodeLensDescriptor
属性
| ApplicableSpan |
元素的 Span。 |
| ElementDescription |
为其创建此描述符的元素的简短说明。 |
| FilePath |
在其中创建描述符的文档的绝对文件路径。 |
| Kind |
元素的 CodeElementKinds。 |
| ProjectGuid |
文档的包含项目。 Empty如果文档是解决方案的杂项文件或者不需要指定,则可以为。 |