IVsSccVirtualFolders Interface

Gets a list of virtual folders within a project.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("53544C4D-0ADC-4F55-BD82-7E8383C02CFB")> _
Public Interface IVsSccVirtualFolders
'Usage
Dim instance As IVsSccVirtualFolders
[InterfaceTypeAttribute()]
[GuidAttribute("53544C4D-0ADC-4F55-BD82-7E8383C02CFB")]
public interface IVsSccVirtualFolders
[InterfaceTypeAttribute()]
[GuidAttribute(L"53544C4D-0ADC-4F55-BD82-7E8383C02CFB")]
public interface class IVsSccVirtualFolders
public interface IVsSccVirtualFolders

Remarks

This interface should not be implemented unless the project uses virtual folders (for example, a Web-based project would have folders relative to a URL, making them virtual).

Notes to Implementers:

This interface is implemented by a project as part of its support virtual folders.

Notes to Callers:

A source control package calls this interface when it is attempting to resolve the location of files within a project.

See Also

Reference

IVsSccVirtualFolders Members

Microsoft.VisualStudio.Shell.Interop Namespace