Méthode | Description | |
---|---|---|
AsIServiceProvider ( ) : IServiceProvider |
Returns null.
|
|
ResolveParameterValue ( string id, string name, string otherName ) : string |
An abstraction of the call to Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost ResolveParameterValue that simply retuns null.
|
|
ResolvePath ( string path ) : string |
An abstraction of the call to Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost ResolvePath that simply retuns the path passed in.
|
public AsIServiceProvider ( ) : IServiceProvider | ||
Résultat | IServiceProvider |
public ResolveParameterValue ( string id, string name, string otherName ) : string | ||
id | string | |
name | string | |
otherName | string | |
Résultat | string |
public ResolvePath ( string path ) : string | ||
path | string | |
Résultat | string |