IVsSharedAssetsProject Interface

Definition

Represents a project with shared assets.

public interface class IVsSharedAssetsProject
public interface class IVsSharedAssetsProject
__interface IVsSharedAssetsProject
public interface IVsSharedAssetsProject
[System.Runtime.InteropServices.Guid("ECC3CAB9-FFD8-4ABA-B0D3-25A505CD3B19")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSharedAssetsProject
type IVsSharedAssetsProject = interface
[<System.Runtime.InteropServices.Guid("ECC3CAB9-FFD8-4ABA-B0D3-25A505CD3B19")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSharedAssetsProject = interface
Public Interface IVsSharedAssetsProject
Attributes

Remarks

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.

Properties

SharedItemsImportFullPath

Gets the full path of the shared items.

Methods

AdviseEvents(IVsSharedAssetsProjectEvents)

Subscribes to the shared project's events.

EnumImportingProjects()

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

UnadviseEvents(UInt32)

Stops subscribing to shared asset project events.

Applies to