C# Class Scorchio.VisualStudio.Services.VSActivatorService

Defines the VSActivatorService type.
Mostra file Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
Activate ( string objectName ) : DTE2

Activates this instance.

Method Details

Activate() public static method

Activates this instance.
public static Activate ( string objectName ) : DTE2
objectName string Name of the object.
return DTE2