ICodeLensDescriptor.ProjectGuid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The containing project of the document. Can be Empty if the document is a solution's miscellaneous file, or if it does not need to be specified.
public:
property Guid ProjectGuid { Guid get(); };
public Guid ProjectGuid { get; }
member this.ProjectGuid : Guid
Public ReadOnly Property ProjectGuid As Guid