Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether local file is temporary file.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Private ReadOnly Property IsTemporary As Boolean
Implements IDiffItem.IsTemporary
bool IDiffItem.IsTemporary { get; }
private:
virtual property bool IsTemporary {
bool get () sealed = IDiffItem::IsTemporary::get;
}
private abstract IsTemporary : bool with get
private override IsTemporary : bool with get
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
true if the local file is a temporary file; otherwise, false.
Implements
.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.