IVsPathVariableResolver Interface
Visual Studio 2005
Encodes or decodes file paths using Visual Studio-specific variables for common path elements. This supports storing file paths in a machine independent format with the vssettings files. You can get an instance of the interface from the SVsPathVariableResolver (SID_SVsPathVariableResolver) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
[GuidAttribute("17A4EF87-4472-47F6-B066-FE96036678D0")] [InterfaceTypeAttribute(1)] public interface IVsPathVariableResolver
/** @attribute GuidAttribute("17A4EF87-4472-47F6-B066-FE96036678D0") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsPathVariableResolver
GuidAttribute("17A4EF87-4472-47F6-B066-FE96036678D0") InterfaceTypeAttribute(1) public interface IVsPathVariableResolver