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
'宣言
<GuidAttribute("53544C4D-0ADC-4F55-BD82-7E8383C02CFB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSccVirtualFolders
'使用
Dim instance As IVsSccVirtualFolders
[GuidAttribute("53544C4D-0ADC-4F55-BD82-7E8383C02CFB")]
[InterfaceTypeAttribute()]
public interface IVsSccVirtualFolders
[GuidAttribute(L"53544C4D-0ADC-4F55-BD82-7E8383C02CFB")]
[InterfaceTypeAttribute()]
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.