DifferenceProvider.Extension Property
The extensions supported by this tool
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl.DiffMerge
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property Extension As String
public string Extension { get; }
public:
virtual property String^ Extension {
String^ get () sealed;
}
abstract Extension : string with get
override Extension : string with get
final function get Extension () : String
Property Value
Type: System.String
Returns String.
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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl.DiffMerge Namespace