Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Scorchio
VisualStudio
Services
VSActivatorService
C# Class Scorchio.VisualStudio.Services.VSActivatorService
Defines the VSActivatorService type.
Show 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