Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a flag that states whether project creation was cancelled.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Déclaration
Public ReadOnly Property IsCancelled As Boolean
Get
public bool IsCancelled { get; }
public:
property bool IsCancelled {
bool get ();
}
member IsCancelled : bool
function get IsCancelled () : boolean
Property Value
Type: System.Boolean
True if project creation was cancelled; 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.