VSSItemClass.IsDifferent Property 

This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsDifferent ( _
    <InAttribute> <OptionalAttribute> Optional Local As String = "" _
) As Boolean Implements IVSSItem.IsDifferent
'Usage
Dim instance As VSSItemClass
Dim Local As String
Dim value As Boolean

value = CType(instance, IVSSItem).IsDifferent(Local)
public virtual bool IVSSItem.IsDifferent [
    [OptionalAttribute] [InAttribute] string Local
] { get; }
public:
virtual property bool IsDifferent [String^] {
    bool get ([InAttribute] [OptionalAttribute] String^ Local) = IVSSItem::IsDifferent::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • Local

See Also

Reference

VSSItemClass Class
VSSItemClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace