IVsCombinedBrowseComponentSet Interface

Combines multiple component sets.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")> _
Public Interface IVsCombinedBrowseComponentSet _
    Inherits IVsBrowseComponentSet
‘사용 방법
Dim instance As IVsCombinedBrowseComponentSet
[InterfaceTypeAttribute()]
[GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")]
public interface IVsCombinedBrowseComponentSet : IVsBrowseComponentSet
[InterfaceTypeAttribute()]
[GuidAttribute(L"64CBD015-9D4B-4DAF-8801-68EDA90B98C5")]
public interface class IVsCombinedBrowseComponentSet : IVsBrowseComponentSet
[<InterfaceTypeAttribute()>]
[<GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")>]
type IVsCombinedBrowseComponentSet =  
    interface
        interface IVsBrowseComponentSet
    end
public interface IVsCombinedBrowseComponentSet extends IVsBrowseComponentSet

See Also

Reference

IVsCombinedBrowseComponentSet Members

Microsoft.VisualStudio.Shell.Interop Namespace