IVsBuildPropertyStorage2 Interface

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

Syntax

‘선언
<GuidAttribute("3B175AC0-F7E2-4187-80A0-A73C39313C49")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsBuildPropertyStorage2
‘사용 방법
Dim instance As IVsBuildPropertyStorage2
[GuidAttribute("3B175AC0-F7E2-4187-80A0-A73C39313C49")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBuildPropertyStorage2
[GuidAttribute(L"3B175AC0-F7E2-4187-80A0-A73C39313C49")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsBuildPropertyStorage2
[<GuidAttribute("3B175AC0-F7E2-4187-80A0-A73C39313C49")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBuildPropertyStorage2 =  interface end
public interface IVsBuildPropertyStorage2

See Also

Reference

IVsBuildPropertyStorage2 Members

Microsoft.VisualStudio.Shell.Interop Namespace