Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Maintains the interface pointer to the parent object managing the directory list.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("07F86393-273C-11D7-8BF6-00B0D03DAA06")> _
Public Interface IDirListSite
[InterfaceTypeAttribute()]
[GuidAttribute("07F86393-273C-11D7-8BF6-00B0D03DAA06")]
public interface IDirListSite
[InterfaceTypeAttribute()]
[GuidAttribute(L"07F86393-273C-11D7-8BF6-00B0D03DAA06")]
public interface class IDirListSite
[<InterfaceTypeAttribute()>]
[<GuidAttribute("07F86393-273C-11D7-8BF6-00B0D03DAA06")>]
type IDirListSite = interface end
public interface IDirListSite
The IDirListSite type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SetSite | Sets the site, the container for the directory list. |
Top