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
[InterfaceTypeAttribute()]
[GuidAttribute("53544C4D-0ADC-4F55-BD82-7E8383C02CFB")]
public interface IVsSccVirtualFolders
[InterfaceTypeAttribute()]
[GuidAttribute(L"53544C4D-0ADC-4F55-BD82-7E8383C02CFB")]
public interface class IVsSccVirtualFolders
[<InterfaceTypeAttribute()>]
[<GuidAttribute("53544C4D-0ADC-4F55-BD82-7E8383C02CFB")>]
type IVsSccVirtualFolders =  interface end
public interface IVsSccVirtualFolders

The IVsSccVirtualFolders type exposes the following members.

Methods

  Name Description
Public method GetVirtualFolders This method retrieves a list of virtual folders that appear under a specified node in a project hierarchy.
Public method IsItemChildOfVirtualFolder This method determines if a specified item is a child of any virtual folder.

Top

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

Microsoft.VisualStudio.Shell.Interop Namespace