SDirList Interface
Passed to the QueryService method to return a reference to the IDirList interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
<GuidAttribute("5403AC85-C8C8-4967-BDB0-662D485F0C28")> _
Public Interface SDirList
'Uso
Dim instance As SDirList
[GuidAttribute("5403AC85-C8C8-4967-BDB0-662D485F0C28")]
public interface SDirList
[GuidAttribute(L"5403AC85-C8C8-4967-BDB0-662D485F0C28")]
public interface class SDirList
[<GuidAttribute("5403AC85-C8C8-4967-BDB0-662D485F0C28")>]
type SDirList = interface end
public interface SDirList