IVsStringMap Interface

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

Syntax

‘선언
<GuidAttribute("4743CC21-8943-414D-84C2-E5DE2438D02F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsStringMap
‘사용 방법
Dim instance As IVsStringMap
[GuidAttribute("4743CC21-8943-414D-84C2-E5DE2438D02F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStringMap
[GuidAttribute(L"4743CC21-8943-414D-84C2-E5DE2438D02F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsStringMap
[<GuidAttribute("4743CC21-8943-414D-84C2-E5DE2438D02F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsStringMap =  interface end
public interface IVsStringMap

See Also

Reference

IVsStringMap Members

Microsoft.VisualStudio.Shell.Interop Namespace