This documentation is archived and is not being maintained.

ProjectCreationContext::Logger Property

Gets the logger that will log events during project creation.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

public:
property ILogger^ Logger {
	ILogger^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Client::ILogger
The logger that will log events during project creation.

Show: