메소드 | 설명 | |
---|---|---|
AsIServiceProvider ( ) : IServiceProvider |
Returns the Host instance cast as an IServiceProvider
|
|
DynamicHost ( object instance ) : System |
Creates an instance of the DynamicHost class around the passed in Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost shapped instance passed in.
|
|
ResolveParameterValue ( string id, string name, string otherName ) : string |
A call to Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost ResolveParameterValue
|
|
ResolvePath ( string path ) : string |
A call to Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngineHost ResolvePath
|
public ResolveParameterValue ( string id, string name, string otherName ) : string | ||
id | string | |
name | string | |
otherName | string | |
리턴 | string |