ProjectCreationContext Class
Represents the methodology template configuration information that is used by plug-ins when executing methodology template tasks.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Client.ProjectCreationContext
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
声明
<SerializableAttribute> _
Public MustInherit Class ProjectCreationContext
[SerializableAttribute]
public abstract class ProjectCreationContext
[SerializableAttribute]
public ref class ProjectCreationContext abstract
[<AbstractClass>]
[<SerializableAttribute>]
type ProjectCreationContext = class end
public abstract class ProjectCreationContext
The ProjectCreationContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectCreationContext | Initializes a new instance of the ProjectCreationContext class. |
Top
Properties
Name | Description | |
---|---|---|
CancelationState | Gets or sets the cancellation state of this context. | |
IsCancelled | Gets a flag that states whether project creation was cancelled. | |
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. | |
PublicData | Gets public data that is stored by the plug-in. |
Top
Methods
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 a hash function for a particular type. (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.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Event for when a property is changed. |
Top
Fields
Name | Description | |
---|---|---|
log |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.