IActivityProperties Interface
Interface for an IActivityProperties type of IBuildInformationNode. To obtain an IActivityProperties node, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Декларация
Public Interface IActivityProperties
public interface IActivityProperties
public interface class IActivityProperties
type IActivityProperties = interface end
public interface IActivityProperties
The IActivityProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
Node | Gets the IBuildInformationNode object that is encapsulated by this interface. | |
Properties | Gets the properties of the activity and their values. |
Top
Methods
Name | Description | |
---|---|---|
Save | Saves this information node. |
Top