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
'宣言
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")> _
Public Interface IVsUIEnumDataSourceProperties
'使用
Dim instance As IVsUIEnumDataSourceProperties
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")]
public interface IVsUIEnumDataSourceProperties
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"327922B7-0B7F-4123-8446-0E614B337673")]
public interface class IVsUIEnumDataSourceProperties
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("327922B7-0B7F-4123-8446-0E614B337673")>]
type IVsUIEnumDataSourceProperties = interface end
public interface IVsUIEnumDataSourceProperties