This documentation is archived and is not being maintained.
ProjectCreationContext Class
Visual Studio 2013
Represents the methodology template configuration information that is used by plug-ins when executing methodology template tasks.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
The ProjectCreationContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ProjectCreationContext | Initializes a new instance of the ProjectCreationContext class. |
| Name | Description | |
|---|---|---|
![]() | CancelationState | Gets or sets the cancellation state of this context. |
![]() | IsCancelled | Gets a flag that states whether project creation was canceled. |
![]() | LinksCollection | Gets the mappings of artifact IDs to artifact URLs that are used during project creation. |
![]() | Logger | Gets the logger that will log events during project creation. |
![]() | PrivateData | Gets the private data that is stored by the plug-in. |
![]() | ProjectCollection | Returns the TfsTeamProjectCollection object associated with this project creation context |
![]() | PublicData | Gets public data that is stored by the plug-in. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyPropertyChanged | Notifies observers of the public data so that they can update their copies accordingly. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
