Share via


VSSItemClass.AutoDetectEncoding 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 Property AutoDetectEncoding As Boolean Implements IVSSItem.AutoDetectEncoding
'Usage
Dim instance As VSSItemClass
Dim value As Boolean

value = CType(instance, IVSSItem).AutoDetectEncoding

CType(instance, IVSSItem).AutoDetectEncoding = value
public virtual bool IVSSItem.AutoDetectEncoding { get; set; }
public:
virtual property bool AutoDetectEncoding {
    bool get () = IVSSItem::AutoDetectEncoding::get;
    void set ([InAttribute] bool pbAutoDetectEncoding) = IVSSItem::AutoDetectEncoding::set;
}
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.

See Also

Reference

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