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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.