DiffItemShelvedChange.IDiffItem.IsTemporary Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'宣言
Private ReadOnly Property IsTemporary As Boolean
    Implements IDiffItem.IsTemporary
    Get
bool IDiffItem.IsTemporary { get; }
private:
virtual property bool IsTemporary {
    bool get () sealed = IDiffItem::IsTemporary::get;
}
private abstract IsTemporary : bool
private override IsTemporary : bool
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
Returns Boolean.

Implements

IDiffItem.IsTemporary

.NET Framework Security

See Also

Reference

DiffItemShelvedChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace