SharedProjectUtilities::IsSharedAssetsProject Method (IVsHierarchy^)

Visual Studio 2015
 

Determines whether the given project is a Shared Assets Project.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
[ExtensionAttribute]
static bool IsSharedAssetsProject(
	IVsHierarchy^ hierarchy
)

Return Value

Type: System::Boolean

True if the given project is a Shared Assets Project; otherwise, false.

Return to top
Show: