Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the context in which a process parameter can be viewed.
Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Enumeration BrowsableContext
public enum BrowsableContext
public enum class BrowsableContext
type BrowsableContext
public enum BrowsableContext
Members
| Member name | Description | |
|---|---|---|
| Always | Always viewable. | |
| EditingDefinition | Viewable when editing the definition. | |
| Never | Never viewable. | |
| QueuingBuild | Viewable when queuing a build. |