Kommentar
Å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.
Gets a flag that states whether project creation was canceled.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsCancelled As Boolean
public bool IsCancelled { get; }
public:
property bool IsCancelled {
bool get ();
}
member IsCancelled : bool with get
function get IsCancelled () : boolean
Property Value
Type: System.Boolean
True if project creation was canceled; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.