IVsSolution3 Interface

Creates, updates, and saves project files.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("58DCF7BF-F14E-43EC-A7B2-9F78EDD06418")> _
Public Interface IVsSolution3
‘사용 방법
Dim instance As IVsSolution3
[InterfaceTypeAttribute()]
[GuidAttribute("58DCF7BF-F14E-43EC-A7B2-9F78EDD06418")]
public interface IVsSolution3
[InterfaceTypeAttribute()]
[GuidAttribute(L"58DCF7BF-F14E-43EC-A7B2-9F78EDD06418")]
public interface class IVsSolution3
[<InterfaceTypeAttribute()>]
[<GuidAttribute("58DCF7BF-F14E-43EC-A7B2-9F78EDD06418")>]
type IVsSolution3 =  interface end
public interface IVsSolution3

See Also

Reference

IVsSolution3 Members

Microsoft.VisualStudio.Shell.Interop Namespace