IVsSharedAssetsProject Interface

 

Represents a project with shared assets.

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

[GuidAttribute("ECC3CAB9-FFD8-4ABA-B0D3-25A505CD3B19")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSharedAssetsProject

NameDescription
System_CAPS_pubpropertySharedItemsImportFullPath

Gets the full path of the shared items.

NameDescription
System_CAPS_pubmethodAdviseEvents(IVsSharedAssetsProjectEvents)

Subscribes to the shared project's events.

System_CAPS_pubmethodEnumImportingProjects()

Enumerates the projects that import the project file that this Shared Assets Project imports and owns.

System_CAPS_pubmethodUnadviseEvents(UInt32)

Stops subscribing to shared asset project events.

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

Return to top
Show: