IVsUIEnumDataSourceProperties Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
<GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIEnumDataSourceProperties
'用途
Dim instance As IVsUIEnumDataSourceProperties
[GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIEnumDataSourceProperties
[GuidAttribute(L"327922B7-0B7F-4123-8446-0E614B337673")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIEnumDataSourceProperties
[<GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIEnumDataSourceProperties = interface end
public interface IVsUIEnumDataSourceProperties