WorkspaceChangeEventArgs.ProjectId 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 id of the affected Project. Can be null
if this is an change unrelated
to a project (for example SolutionReloaded. Should be non-null
for:
public:
property Microsoft::CodeAnalysis::ProjectId ^ ProjectId { Microsoft::CodeAnalysis::ProjectId ^ get(); };
public Microsoft.CodeAnalysis.ProjectId ProjectId { get; }
public Microsoft.CodeAnalysis.ProjectId? ProjectId { get; }
member this.ProjectId : Microsoft.CodeAnalysis.ProjectId
Public ReadOnly Property ProjectId As ProjectId
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.